openvinotoolkit/mmdetection

Onnx int64 to int32

zr526799544 opened this issue · 1 comments

Describe the bug
I export the onnx model retinanet and use it in opencv4.2.0 but meet the bug /io/opencv/modules/dnn/src/onnx/onnx_importer.cpp:101: error: (-211:One of the arguments' values is out of range) Input is out of OpenCV 32S range in function 'convertInt64ToInt32'.
would you please give some advice to solve it
Environment
ubuntu 16.04 python==3.6.9 opencv==4.2.0

If the issue still persists could you please better raise it for OpenCV itself, because I don't see any problems with it at a ONNX/ONNXRuntime/OpenVINO side.