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
67308f26
"src/lib/vscode:/vscode.git/clone" did not exist on "ec516e95fad3979042e8fdd6c3e1ac0611002dcd"
Commit
67308f26
authored
Nov 20, 2023
by
dengjb
Browse files
Update README.md
parent
b8f6302a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
README.md
+2
-3
No files found.
README.md
View file @
67308f26
...
...
@@ -17,7 +17,7 @@ RTMDet 将 CSPDarkNet 作为基线,并使用同样构建单元组成的 CSPPAF
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.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
cd /path/workspace/
p
ython -v -e .
p
ip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
pip3 install -r requirements.txt
```
### Dockerfile(方法二)
...
...
@@ -26,7 +26,6 @@ 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
cd /path/workspace/
python -v -e .
```
### Anaconda(方法三)
1、关于本项目DCU显卡所需的特殊深度学习库可从光合开发者社区下载安装: https://developer.hpccube.com/tool/
...
...
@@ -87,7 +86,7 @@ bash ./train.sh
## 推理
```
python
# 官方推理代码
python
demo
/
image_demo
.
py
demo
/
demo
.
jpg
rtmdet_tiny_8xb32
-
300
e_coco
.
py
--
weights
rtmdet_tiny_8xb32
-
300
e_coco_20220902_112414
-
78e30
dcc
.
pth
--
device
c
p
u
python
demo
/
image_demo
.
py
demo
/
demo
.
jpg
.
/
configs
/
rtmdet
/
rtmdet_tiny_8xb32
-
300
e_coco
.
py
--
weights
rtmdet_tiny_8xb32
-
300
e_coco_20220902_112414
-
78e30
dcc
.
pth
--
device
cu
da
```
## result

...
...
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