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
YOLOX_mmcv
Commits
5f0f1eaf
Commit
5f0f1eaf
authored
Aug 19, 2024
by
dcuai
Browse files
更换dtk24.04.1镜像
parent
bf5ff00d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
README.md
README.md
+9
-9
No files found.
README.md
View file @
5f0f1eaf
# yolox
_mmcv
# yolox
## 论文
`YOLOX: Exceeding YOLO Series in 2021`
<br>
[
论文链接
](
https://arxiv.org/abs/2107.08430
)
...
...
@@ -13,8 +13,8 @@ YoloX由旷视科技开源,以YoloV3(Darknet53作为backbone)作为基线,
### 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/
```
...
...
@@ -22,17 +22,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/
-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/
```
### 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