This commit is contained in:
yatengLG 2023-06-12 22:41:59 +08:00
parent 638f92c09a
commit 7e2b31bedf

View File

@ -39,7 +39,7 @@ conda activate ISAT_with_segment_anything
### (2) Install Segment anything
```shell
git clone git@github.com:facebookresearch/segment-anything.git
git clone https://github.com/facebookresearch/segment-anything.git
cd segment-anything
pip install -e .
cd ..