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
SAM_pytorch
Commits
22e11fd7
Commit
22e11fd7
authored
Nov 03, 2023
by
yuhai
Browse files
Update README.md
parent
6ec642b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
README.md
README.md
+1
-4
No files found.
README.md
View file @
22e11fd7
...
@@ -40,10 +40,7 @@ cd /path/to/dockerfile
...
@@ -40,10 +40,7 @@ cd /path/to/dockerfile
docker build --no-cache -t SAM_pytorch:latest .
docker build --no-cache -t SAM_pytorch:latest .
docker run -it --network=host --name=SAM_pytorch --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16g --group-add video --cap-add=SYS_PTRACE -it SAM_pytorch:latest bash
docker run -it --network=host --name=SAM_pytorch --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16g --group-add video --cap-add=SYS_PTRACE -it SAM_pytorch:latest bash
```
```
安装其他依赖:
```
pip install opencv-python pycocotools matplotlib onnxruntime onnx
```
### Anaconda(方法三)
### Anaconda(方法三)
直接使用pip install的方式安装
直接使用pip install的方式安装
```
```
...
...
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