-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support HTC #2409
Comments
hi, welcome to support HTC and PR to us. You may need to add some rewriting functions to support torch2onnx. Could refer to this doc: https://mmdeploy.readthedocs.io/en/latest/07-developer-guide/support_new_model.html |
Hi @sipie800 , you can test if #2438 can solve your problem. I test it with official model and below is my convert command.
|
This issue is marked as stale because it has been marked as invalid or awaiting response for 7 days without any further response. It will be closed in 5 days if the stale label is not removed or if there is no further response. |
Thank you. It works! |
This issue is marked as stale because it has been marked as invalid or awaiting response for 7 days without any further response. It will be closed in 5 days if the stale label is not removed or if there is no further response. |
This issue is closed because it has been stale for 5 days. Please open a new issue if you have similar issues or you have any new updates now. |
Motivation
We've been working around HTC in mmdet. It's doing well in our project. However after expensive training effort, when we try to deploy it it took long time for us to find that mmdeploy doesn't support it. It's quite depressing.
IMO you might write supported models in a standing out position in doc. Perhaps at first of other items.
Nevertheless, we are still struggling to figure out how to support HTC in mmdeploy. The mmdeploy does implement supported models in its own version right? What is the purpose? Can we just export any torch models to onnx and trt in reguler way without mmdeploy?
Or we also may implement HTC support in mmdeploy by self. Can you provide some clue about how can we start ?
We do know that Cascade RCNN is supported. But for a hard project, it doesn't meet our need as much as HTC.
Related resources
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: