-
Notifications
You must be signed in to change notification settings - Fork 514
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
Add support for ORTModelForObjectDetection #442
Comments
We are currently working on adding ONNX export features in optimum, and could add support to this architecture as well. |
Sounds great, thanks @mht-sharma! Looking forward to have this available! |
Hello @shivalikasingh95 , great suggestion! If you want to contribute to adding
Let us know if you are interested in contributing to this! |
@fxmarty, apologies for the delay in my response. Last week was a bit tight. And sure I'd be happy to contribute to this. The points you have mentioned are very helpful and gives me enough to get started. |
Of course no worries! Don't hesitate to open a draft PR once you are on it if you need any help; if a team member wants to implement the class earlier let's follow on in this issue as well 🤗 |
Awesome thanks @fxmarty! I'll keep you posted regarding status on this. Will definitely open up a draft PR once I get started to get some guidance. |
Any news? |
Feature request
Hi, I went through optimum's code base and could not find support for object detection models. Is there plan to add ORTModelForObjectDetection just like ORTModelForImageClassification exists? Would be great to have this feature.
Object detection task is also supported as part of transformers
pipeline
feature so I guess it should be possible to support this as part of optimum?Motivation
I want to leverage onnx support for YOLOS model
Your contribution
I would be happy to help in adding support for this feature if someone can guide me.
The text was updated successfully, but these errors were encountered: