FairMOT
FairMOT copied to clipboard
ONNX Export
Hi,
I want to export FairMOT with DCNv2 module to ONNX? I have some problems with DCN that is a custom operator for ONNX.
I have this error "RuntimeError: ONNX export failed: Couldn't export Python operator _DCNv2".
Could you please tell me how to solve this issue?
Thanks
Very good question. Any answer would be appreciated.
I have updated a light version of FairMOT using yolov5s as backbone which does not need DCNv2. You can try to use this model.
I tried to use yolov5s as backbone, but encountered an error: RuntimeError: step!=1 is currently not supported.