Commit a0bd315b authored by dengjb's avatar dengjb
Browse files

Update README.md

parent 17367c8d
...@@ -44,6 +44,7 @@ Tips:以上dtk软件栈、python、torch、mmcv等DCU相关工具版本需要 ...@@ -44,6 +44,7 @@ Tips:以上dtk软件栈、python、torch、mmcv等DCU相关工具版本需要
``` ```
cd workspace/ cd workspace/
pip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/ pip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
cd docker/
pip3 install -r requirements.txt pip3 install -r requirements.txt
``` ```
...@@ -80,7 +81,7 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会 ...@@ -80,7 +81,7 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会
## 训练 ## 训练
- 数据集放置位置默认为当前目录下 data/ - 数据集放置位置默认为当前目录下 data/
- 如需要变更数据集目录 请修改 configs/_base_/datasets/coco_detection.py 下的 data_root - 如需要变更数据集目录 请修改 configs/\_base_\/datasets/coco_detection.py 下的 data_root
```python ```python
bash ./train.sh bash ./train.sh
``` ```
...@@ -102,7 +103,6 @@ python demo/image_demo.py demo/demo.jpg ./configs/rtmdet/rtmdet_tiny_8xb32-300e_ ...@@ -102,7 +103,6 @@ python demo/image_demo.py demo/demo.jpg ./configs/rtmdet/rtmdet_tiny_8xb32-300e_
### 热点应用行业 ### 热点应用行业
`金融,交通,教育` `金融,交通,教育`
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
- https://developer.hpccube.com/codes/modelzoo/imagegenerate_paddle - https://developer.hpccube.com/codes/modelzoo/rtmdet_mmcv
## 参考资料 ## 参考资料
- https://github.com/PaddlePaddle/PaddleNLP/tree/develop/ppdiffusers - https://github.com/open-mmlab/mmdetection/tree/v3.2.0
- https://aistudio.baidu.com/aistudio/projectdetail/4905623
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment