[Model] Update PPDetection RKNPU2 (#1323)

* 更新docs

* 修正docs错误

* 更新docs

* 更新python example脚本和ppyoloe转换脚本
This commit is contained in:
Zheng-Bicheng
2023-02-14 17:34:41 +08:00
committed by GitHub
parent 41c5f2de5a
commit fc6edcc541
6 changed files with 99 additions and 126 deletions
@@ -10,7 +10,7 @@ std:
- 57.375
model_path: ./picodet_s_416_coco_lcnet/picodet_s_416_coco_lcnet.onnx
outputs_nodes:
- 'p2o.Div.79'
- 'p2o.Mul.179'
- 'p2o.Concat.9'
do_quantization: False
dataset:
@@ -0,0 +1,17 @@
mean:
-
- 0
- 0
- 0
std:
-
- 255
- 255
- 255
model_path: ./ppyoloe_plus_crn_s_80e_coco/ppyoloe_plus_crn_s_80e_coco.onnx
outputs_nodes:
- 'p2o.Mul.224'
- 'p2o.Concat.29'
do_quantization: True
dataset: "./ppyoloe_plus_crn_s_80e_coco/dataset.txt"
output_folder: "./ppyoloe_plus_crn_s_80e_coco"