-
Notifications
You must be signed in to change notification settings - Fork 142
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
Integrating OmDet Turbo in Transformers 🤗 #13
Comments
@yonigozlan |
Hi again @hx621, @P3ngLiu. Does this model support batch inference with different labels and prompt for different images in the same batch? |
@yonigozlan During training, each image within the same batch has different labels and prompts. Therefore, inference should also support different images with different labels, and I have already verified this. You can simply modify our demo to implement this feature。 OmDet/omdet/inference/det_engine.py Line 72 in 542ce97
b) Change here to labels unique to each image OmDet/omdet/inference/det_engine.py Line 85 in 542ce97
|
Hi Om team! @hx621 @P3ngLiu |
@yonigozlan |
@P3ngLiu It might be simpler if we do it on our side since we'll have the weights ready to go if that's ok with you |
@yonigozlan okok, you can do it. |
Hi again! |
@yonigozlan That's so great! Thank you again for your contribution in integrating OmDet-Turbo into Transformers. We are really happy to hear this news. |
It's live now here! |
@yonigozlan |
Hi @P3ngLiu, very nice to hear that! And of course for the base model, don't hesitate to ping me if you have any questions or if there is a problem with the current implementation, I'll be happy to help. |
Hi Om people!
I am an MLE at Hugging Face, and given the popularity and performance of your model, we wanted to see if you would be interested in working with us to integrate OmDet Turbo into the Transformers 🤗 library. Looking forward to hearing back from you!
Best,
Yoni
The text was updated successfully, but these errors were encountered: