-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
How can I use retina_masks as an argument in model.predict? #1000
Comments
👋 Hello @Josephts1, thank you for raising this question about the Ultralytics HUB 🚀! Please visit our HUB Docs to learn more about HUB usage and features:
Regarding the
If this is a 🐛 Bug Report, it would also help if you could provide a Minimum Reproducible Example (MRE) so our team can investigate effectively. This is an automated response to ensure you get assistance quickly 😊. An Ultralytics engineer will review your issue and provide a detailed response shortly. Thank you for your patience and for contributing to Ultralytics! Your feedback helps make our tools better for everyone 🚀✨ |
@Josephts1 hello! 👋 Great question about using the The How to Use
|
Search before asking
Question
Hi, everyone.
I'm trying to use retina_masks in my YOLO model but I don't know how to use this argument. Should I expect a file with the mask of the objects?
I haven't found much documentation on this subject, I would appreciate it if someone could explain to me how the retina_mask=True argument is used in model.predict
results=model.predict('URL', save_crop=True, retina_masks=True, project='URL')
Additional
No response
The text was updated successfully, but these errors were encountered: