Commit 0db59ec9 authored by luopl's avatar luopl
Browse files

Update README.md

parent 9441e3d2
......@@ -27,7 +27,7 @@ docker run -it --shm-size=64G -v /path/your_code_data/:/path/your_code_data/ -v
cd /path/your_code_data/efficientsam_pytorch
pip install -e .
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
git clone https://mirror.ghproxy.com/https://github.com/facebookresearch/segment-anything.git
git clone https://github.com/facebookresearch/segment-anything.git
cd segment-anything
pip install -e .
```
......@@ -39,7 +39,7 @@ docker run -it --shm-size=64G -v /path/your_code_data/:/path/your_code_data/ -v
cd /path/your_code_data/efficientsam_pytorch
pip install -e .
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
git clone https://mirror.ghproxy.com/https://github.com/facebookresearch/segment-anything.git
git clone https://github.com/facebookresearch/segment-anything.git
cd segment-anything
pip install -e .
```
......@@ -61,7 +61,7 @@ triton:2.1.0
cd /path/your_code_data/efficientsam_pytorch
pip install -e .
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
git clone https://mirror.ghproxy.com/https://github.com/facebookresearch/segment-anything.git
git clone https://github.com/facebookresearch/segment-anything.git
cd segment-anything
pip install -e .
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment