Reputation: 13
I am testing to convert the pytorch model to the openvino model, but I failed.
I need help.
[Version Setting] mmdet : 2.24.0v pytorch : 1.8.0+cu111v mmdeploy : 0.6.0v mmcv-full : 1.3.17v
[Error-2]
This error occurs when you enter the entire 'mo' command and turn it around.
[Error-3]
Upvotes: 0
Views: 517
Reputation: 104
Your error indicates that there's an issue with MMCVModulatedDeformConv2D. This operation is not supported by OpenVINO. Therefore, you won't be able to use it with OpenVINO.
You may refer to OpenVINO Supported Operators.
Upvotes: 0