From 242c98038c67b0a2fd91640a5bd229fd1cc90534 Mon Sep 17 00:00:00 2001
From: Guanghua Yu <742925032@qq.com>
Date: Wed, 17 Nov 2021 21:38:48 +0800
Subject: [PATCH] fix picodet docs (#4609)
---
configs/picodet/README.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/configs/picodet/README.md b/configs/picodet/README.md
index d216ac624..9b6f59194 100644
--- a/configs/picodet/README.md
+++ b/configs/picodet/README.md
@@ -213,7 +213,7 @@ paddle2onnx --model_dir output_inference/picodet_s_320_coco/ \
- [PaddleLite C++ demo](../../deploy/lite)
- [NCNN C++/Python demo](../../deploy/third_engine/demo_ncnn)
- [MNN C++/Python demo](../../deploy/third_engine/demo_mnn)
-- [OpenVINO C++/Python demo](../../deploy/third_engine/demo_openvino)
+- [OpenVINO C++ demo](../../deploy/third_engine/demo_openvino)
- [Android demo](https://github.com/JiweiMaster/PP-PicoDet-Android-Demo)
@@ -223,11 +223,6 @@ Android demo visualization:
-## Application
-
-- **Pedestrian detection:** model zoo of `PicoDet-S-Pedestrian` please refer to [PP-TinyPose](https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.3/configs/keypoint/tiny_pose#%E8%A1%8C%E4%BA%BA%E6%A3%80%E6%B5%8B%E6%A8%A1%E5%9E%8B)
-
-
## Quantization
@@ -272,6 +267,10 @@ python tools/post_quant.py -c configs/picodet/picodet_s_320_coco.yml \
+## Application
+
+- **Pedestrian detection:** model zoo of `PicoDet-S-Pedestrian` please refer to [PP-TinyPose](https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.3/configs/keypoint/tiny_pose#%E8%A1%8C%E4%BA%BA%E6%A3%80%E6%B5%8B%E6%A8%A1%E5%9E%8B)
+
## FAQ
@@ -299,8 +298,8 @@ Please use `PicoDet-LCNet` model, which has fewer `transpose` operators.
-## Cite PP-PiocDet
-If you use PiocDet in your research, please cite our work by using the following BibTeX entry:
+## Cite PP-PicoDet
+If you use PicoDet in your research, please cite our work by using the following BibTeX entry:
```
@misc{yu2021pppicodet,
title={PP-PicoDet: A Better Real-Time Object Detector on Mobile Devices},
--
GitLab