[Bug Fix] Update ppyolov8 rknpu2 export config (#1256)

更新ppyolov8 模型转换config
This commit is contained in:
Zheng-Bicheng
2023-02-08 11:13:44 +08:00
committed by GitHub
parent c25aa71fa9
commit 000b8482dd
2 changed files with 18 additions and 2 deletions
+10 -2
View File
@@ -1,9 +1,17 @@
mean:
-
- 0
- 0
- 0
std:
-
- 255
- 255
- 255
model_path: ./yolov8_n_500e_coco/yolov8_n_500e_coco.onnx
outputs_nodes:
- 'p2o.Div.1'
- 'p2o.Mul.1'
- 'p2o.Concat.49'
do_quantization: False
dataset: "./dataset.txt"
dataset: "./yolov8_n_500e_coco/dataset.txt"
output_folder: "./yolov8_n_500e_coco"