Change git repo url from SSH to HTTPS

The change is made for researchers to easly clone the project to check out from systems and platforms with SSH not in sync with github. Eg : Google Colab, Remote GPU Servers etc
This commit is contained in:
Danwand 2024-07-31 13:55:06 +05:30 committed by GitHub
parent 86827e2fba
commit fa2796bb47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
Please install SAM 2 on a GPU machine using:
```bash
git clone git@github.com:facebookresearch/segment-anything-2.git
git clone https://github.com/facebookresearch/segment-anything-2.git
cd segment-anything-2; pip install -e .
```