mmdeploy
mmdeploy copied to clipboard
Support Oriented RepPoints in ONNX format
Motivation
Most models in mmrotate works in xywhr, which achieves bad location precision. But oriented reppoints seems much better. And is there any suggestion to do it by myself?
Related resources
No response
Additional context
No response
This is the tutorial about how to support new models. We have place all rewriter for MMRotate in https://github.com/open-mmlab/mmdeploy/tree/master/mmdeploy/codebase/mmrotate/models . Try add the rewriter to support the model you want.
@grimoire did you succesfully deploy some models with this rewriter?