1. 芯片型号:j6
2. 板卡类型:地平线Matrix-6M
3. 天工开物开发包 OpenExplorer 版本:3.0.17
4. 问题定位:模型转换、板端部署等
5. 问题具体描述:
第二步 每一个图片进行预处理, 并且将每4个关联图片作为一组存储为npy
第三步 量化
请问以上操作是否正确 ?
1. 芯片型号:j6
2. 板卡类型:地平线Matrix-6M
3. 天工开物开发包 OpenExplorer 版本:3.0.17
4. 问题定位:模型转换、板端部署等
5. 问题具体描述:
第二步 每一个图片进行预处理, 并且将每4个关联图片作为一组存储为npy
第三步 量化
请问以上操作是否正确 ?





input_parameters:
# Specify the input node name of the original floating-point model,
# consistent with its name in the model, not specified will be obtained from the model
input_name: ""
# Specify the input data of the on-board model, with range: nv12/rgb/bgr/yuv444/gray/featuremap
# The number/order specified need to be the same as in input_name
input_type_rt: 'featuremap'
# Specify the input data type of the original floating-point model, with range: rgb/bgr/gray/yuv444/featuremap
# The number/order specified need to be the same as in input_name
input_type_train: 'bgr'
# Specify the input data layout of the original floating-point model, with range: NHWC/NCHW
# The number/order specified need to be the same as in input_name
input_layout_train: 'NCHW'
# Specify the input shape of the original floating-point model, e.g. 1x3x224x224;1x2x224x224
input_shape: '4x3x768x1280'

rt_type是featuremap,train_type只能也是featuremap!

[==================================================]100%
HBDK hbm perf SUCCESS
...
2024-11-18 11:14:26,901 INFO check params start
2024-11-18 11:14:27,856 INFO check params end
2024-11-18 11:14:27,869 INFO SV_SOD_20241101_bs4_j6_optimized_float_model inference...
2024-11-18 11:14:28,580 INFO SV_SOD_20241101_bs4_j6_quantized_model inference...