[Bug Fix] 修复RKNPU2部分模型配置文件错误的问题 (#1118)

修复模型导出的错误
This commit is contained in:
Zheng-Bicheng
2023-01-11 18:44:39 +08:00
committed by GitHub
parent aa6931bee9
commit 70bf66bc5d
4 changed files with 25 additions and 25 deletions
@@ -1,15 +1,15 @@
mean: mean:
- -
- 128.5 - 127.5
- 128.5 - 127.5
- 128.5 - 127.5
std: std:
- -
- 128.5 - 127.5
- 128.5 - 127.5
- 128.5 - 127.5
model_path: ./Portrait_PP_HumanSegV2_Lite_256x144_infer/Portrait_PP_HumanSegV2_Lite_256x144_infer.onnx model_path: ./Portrait_PP_HumanSegV2_Lite_256x144_infer/Portrait_PP_HumanSegV2_Lite_256x144_infer.onnx
outputs_nodes: outputs_nodes:
do_quantization: True do_quantization: True
dataset: "./Portrait_PP_HumanSegV2_Lite_256x144_infer/dataset.txt" dataset: "./Portrait_PP_HumanSegV2_Lite_256x144_infer/dataset.txt"
output_folder: "./Portrait_PP_HumanSegV2_Lite_256x144_infer" output_folder: "./Portrait_PP_HumanSegV2_Lite_256x144_infer"
@@ -1,13 +1,13 @@
mean: mean:
- -
- 128.5 - 127.5
- 128.5 - 127.5
- 128.5 - 127.5
std: std:
- -
- 128.5 - 127.5
- 128.5 - 127.5
- 128.5 - 127.5
model_path: ./picodet_s_416_coco_lcnet/picodet_s_416_coco_lcnet.onnx model_path: ./picodet_s_416_coco_lcnet/picodet_s_416_coco_lcnet.onnx
outputs_nodes: outputs_nodes:
do_quantization: False do_quantization: False
+6 -6
View File
@@ -1,13 +1,13 @@
mean: mean:
- -
- 128.5 - 127.5
- 128.5 - 127.5
- 128.5 - 127.5
std: std:
- -
- 128.5 - 127.5
- 128.5 - 127.5
- 128.5 - 127.5
model_path: ./scrfd_500m_bnkps_shape640x640.onnx model_path: ./scrfd_500m_bnkps_shape640x640.onnx
outputs_nodes: outputs_nodes:
do_quantization: True do_quantization: True
+6 -6
View File
@@ -1,13 +1,13 @@
mean: mean:
- -
- 128.5 - 127.5
- 128.5 - 127.5
- 128.5 - 127.5
std: std:
- -
- 128.5 - 127.5
- 128.5 - 127.5
- 128.5 - 127.5
model_path: ./scrfd_500m_bnkps_shape640x640.onnx model_path: ./scrfd_500m_bnkps_shape640x640.onnx
outputs_nodes: outputs_nodes:
do_quantization: False do_quantization: False