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
RTMDet_mmcv
Commits
69bb1b2c
Commit
69bb1b2c
authored
Sep 02, 2024
by
shantf
Browse files
update README.md and dockerfile
parent
8d46e8a9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
README.md
README.md
+7
-7
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
README.md
View file @
69bb1b2c
...
...
@@ -14,8 +14,8 @@ RTMDet 将 CSPDarkNet 作为基线,并使用同样构建单元组成的 CSPPAF
### Docker(方法一)
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:
1
.1
3.1-centos7.6
-dtk
-23
.04.1-py38
-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
.
8
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
-v /opt/hyhal:/opt/hyhal:ro
--name docker_name imageID bash
cd /path/workspace/
pip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
```
...
...
@@ -23,17 +23,17 @@ pip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
```
cd ./docker
docker build --no-cache -t mmdet:3.0 .
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 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
-v /opt/hyhal:/opt/hyhal:ro
--name docker_name imageID bash
cd /path/workspace/
```
### Anaconda(方法三)
1、关于本项目DCU显卡所需的特殊深度学习库可从光合开发者社区下载安装: https://developer.hpccube.com/tool/
```
DTK软件栈: dtk2
3
.04.1
DTK软件栈: dtk2
4
.04.1
python: python3.8
torch:
1
.1
3.1
torchvision: 0.1
4
.1
mmcv: 2.0.0
torch:
2
.1
.0
torchvision: 0.1
6.0+das1.1.git7d45932.abi1.dtk2404.torch2
.1
mmcv: 2.0.
1+das1.1.gite58da25.abi1.dtk2404.torch2.1.
0
```
...
...
docker/Dockerfile
View file @
69bb1b2c
FROM
image.sourcefind.cn:5000/dcu/admin/base/pytorch:
1
.1
3.1-centos7.6
-dtk
-23
.04-py38
-latest
FROM
image.sourcefind.cn:5000/dcu/admin/base/pytorch:
2
.1
.0-ubuntu20.04
-dtk
24
.04
.1
-py3
.
8
RUN
source
/opt/dtk/env.sh
RUN
pip3
install
mmdet
==
3.2.0
-i
https://mirrors.aliyun.com/pypi/simple/
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