This commit is contained in:
yatengLG 2023-06-12 22:41:10 +08:00
parent 9d619fb646
commit 638f92c09a

View File

@ -45,7 +45,7 @@ conda activate ISAT_with_segment_anything
```
### (2) 安装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 ..