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
CenterNet_mmcv
Commits
be51b387
Commit
be51b387
authored
Aug 23, 2024
by
dcuai
Browse files
Update README.md
parent
0045c379
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
View file @
be51b387
...
...
@@ -14,8 +14,8 @@ Centernet对于输入图像(512,512,3),下采样率为4,CenterNet将得到
### Docker(方法一)
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:
1
.1
3.1-centos7.6
-dtk
-23
.04.1-py3
8-latest
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
docker pull
image.sourcefind.cn:5000/dcu/admin/base/pytorch:
2
.1
.0-ubuntu20.04
-dtk
24
.04.1-py3
.10
docker run -it -v /path/your_code_data/:/path/your_code_data/
-v /opt/hyhal:/opt/hyhal:ro
--shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
cd /path/workspace/
pip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
```
...
...
@@ -29,11 +29,11 @@ cd /path/workspace/
### Anaconda(方法三)
1、关于本项目DCU显卡所需的特殊深度学习库可从光合开发者社区下载安装: https://developer.hpccube.com/tool/
```
DTK软件栈: dtk2
3
.04.1
python: python3.
8
torch:
1
.1
3.1
torchvision: 0.1
4.1
mmcv: 2.0.
0
DTK软件栈: dtk2
4
.04.1
python: python3.
10
torch:
2
.1
.0
torchvision: 0.1
6.0
mmcv: 2.0.
1
```
...
...
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