-
Notifications
You must be signed in to change notification settings - Fork 106
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
Visualize Ultralytics Yolo models #900
base: main
Are you sure you want to change the base?
Conversation
Deploying datachain-documentation with
|
Latest commit: |
cb3758c
|
Status: | ✅ Deploy successful! |
Preview URL: | https://992b2d13.datachain-documentation.pages.dev |
Branch Preview URL: | https://ultralytics-yolo.datachain-documentation.pages.dev |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #900 +/- ##
==========================================
- Coverage 87.69% 87.27% -0.42%
==========================================
Files 130 131 +1
Lines 11664 11720 +56
Branches 1586 1597 +11
==========================================
Hits 10229 10229
- Misses 1038 1094 +56
Partials 397 397
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
53fce90
to
884215f
Compare
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.
we need some tests for this? I assume this is to make the tutorial simpler?
I am not sure how to test this 🤔 Still thinking. |
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.
so, does this PR still need review?
Not yet, I'll be back to this PR after #924 |
Add function to visualize Yolo results.
Bounding boxes conversion will be added in separate PR to do not block video examples PR here.
TODO