-
Notifications
You must be signed in to change notification settings - Fork 557
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
Integration of YOLO-NAS into FiftyOne Model Zoo #3925 #3990
Conversation
…abase to cocodataset
…rary, and create function to use the model directly from super_gradients library
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AdonaiVera this is awesome!
Looks like there's a merge conflict with the latest develop
branch; can you rebase/merge onto the latest develop
please?
Hi @brimoor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from a code standpoint! 🔥
@jacobmarks I haven't tried to run the model myself, can you confirm that it works for you before we merge?
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #3990 +/- ##
========================================
Coverage 15.84% 15.84%
========================================
Files 731 731
Lines 81907 81907
Branches 1093 1093
========================================
Hits 12980 12980
Misses 68927 68927
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Amazing work @AdonaiVera !!! The kudos is ALL YOURS here. What an incredible addition to the library/ecosystem :) @brimoor I've verified that both options for applying the model work 👍 💪 |
@AdonaiVera we should also update the docstrings for |
I went ahead and added the documentation to |
Amazing, thank you @brimoor and @jacobmarks 💪 The next step is going to be Yolo-nas-pose 🚀 |
Hi FiftyOne Team 👋
We're excited to announce the successful integration of YOLO-NAS into the FiftyOne Model Zoo, a collaborative effort with @jacobmarks. This addition enriches our model offerings with advanced vision capabilities from YOLO-NAS.
Integration Highlights:
YOLO-NAS, sourced from SuperGradients' GitHub, is now seamlessly integrated into FiftyOne, offering users its state-of-the-art vision capabilities within the familiar FiftyOne environment.
This integration is designed for smooth compatibility and user-friendly interaction with existing FiftyOne features.
Interactive Demonstration:
I've developed an informative Jupyter notebook to illustrate YOLO-NAS's functions in FiftyOne, focusing on its practical applications in vision tasks. Check out the FiftyOne + YOLO-NAS Demo for a hands-on experience.
Besides, you can import the model directly from super_gradients library or Fiftyone zoo models
Example Usage
Detection with super_gradients
Detection with FiftyOne zoo model
YOLO-NAS Model Variants
The integration includes a variety of YOLO-NAS models, each with its specific application potential, detailed in the demo notebook.
Your insights and suggestions are invaluable. Please feel free to share your thoughts or seek clarification regarding this integration.
Warm regards,
Adonai Vera