1、shufflenet_v2的ONNX模型在转化bin文件时,报错:“ONNX operator ReduceMean is not suported now";
2、mobilenet_v1的ONNX模型再转化bin文件时,报错:;
3、yolop的ONNX模型再转化bin文件时,报错:“ONNX operator Div is not suported now ;ONNX operator ScatterND is not suported now”;
4、deeplabV3_resnet50的ONNX模型再转化bin文件时,报错:““;
5、模型转化时,8-bit fixed-point和16-bit fixed-point对模型帧率测试的影响会很大吗?