Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
EfficientSAM_pytorch
Commits
0db59ec9
Commit
0db59ec9
authored
May 17, 2024
by
luopl
Browse files
Update README.md
parent
9441e3d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
0db59ec9
...
@@ -27,7 +27,7 @@ docker run -it --shm-size=64G -v /path/your_code_data/:/path/your_code_data/ -v
...
@@ -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
cd /path/your_code_data/efficientsam_pytorch
pip install -e .
pip install -e .
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
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
cd segment-anything
pip install -e .
pip install -e .
```
```
...
@@ -39,7 +39,7 @@ docker run -it --shm-size=64G -v /path/your_code_data/:/path/your_code_data/ -v
...
@@ -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
cd /path/your_code_data/efficientsam_pytorch
pip install -e .
pip install -e .
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
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
cd segment-anything
pip install -e .
pip install -e .
```
```
...
@@ -61,7 +61,7 @@ triton:2.1.0
...
@@ -61,7 +61,7 @@ triton:2.1.0
cd /path/your_code_data/efficientsam_pytorch
cd /path/your_code_data/efficientsam_pytorch
pip install -e .
pip install -e .
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
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
cd segment-anything
pip install -e .
pip install -e .
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment