Merge pull request #61 from DanBrown47/main

Change git repo url from SSH to HTTPS
This commit is contained in:
Ronghang Hu 2024-07-31 21:30:11 -07:00 committed by GitHub
commit 0e78a11899
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 .
```