Commit b8f6302a authored by dengjb's avatar dengjb
Browse files

Update README.md

parent ff793569
...@@ -84,6 +84,11 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会 ...@@ -84,6 +84,11 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会
```python ```python
bash ./train.sh bash ./train.sh
``` ```
## 推理
```python
# 官方推理代码
python demo/image_demo.py demo/demo.jpg rtmdet_tiny_8xb32-300e_coco.py --weights rtmdet_tiny_8xb32-300e_coco_20220902_112414-78e30dcc.pth --device cpu
```
## result ## result
![result](./resources/result.jpg) ![result](./resources/result.jpg)
## 精度 ## 精度
...@@ -100,4 +105,4 @@ bash ./train.sh ...@@ -100,4 +105,4 @@ bash ./train.sh
- https://developer.hpccube.com/codes/modelzoo/imagegenerate_paddle - https://developer.hpccube.com/codes/modelzoo/imagegenerate_paddle
## 参考资料 ## 参考资料
- https://github.com/PaddlePaddle/PaddleNLP/tree/develop/ppdiffusers - https://github.com/PaddlePaddle/PaddleNLP/tree/develop/ppdiffusers
- https://aistudio.baidu.com/aistudio/projectdetail/4905623 - https://aistudio.baidu.com/aistudio/projectdetail/4905623
\ No newline at end of file
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