-
Notifications
You must be signed in to change notification settings - Fork 90
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
Update ultralytics models (take two) #613
Conversation
Co-authored-by: Helio Machado <[email protected]>
for more information, see https://pre-commit.ci
Co-authored-by: Helio Machado <[email protected]>
Co-authored-by: Helio Machado <[email protected]>
for more information, see https://pre-commit.ci
Co-authored-by: Helio Machado <[email protected]>
Co-authored-by: Helio Machado <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #613 +/- ##
==========================================
- Coverage 88.04% 87.64% -0.40%
==========================================
Files 102 106 +4
Lines 10086 10280 +194
Branches 1373 1385 +12
==========================================
+ Hits 8880 9010 +130
- Misses 865 929 +64
Partials 341 341
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
/vlad lint 🙏 |
Deploying datachain-documentation with Cloudflare Pages
|
These methods are tested in |
Update Ultralytics YOLO models to be used in SaaS.
This adds:
Segment
model and commonYoloBBox
,YoloBBoxes
,YoloPose
,YoloPoses
,YoloSegment
andYoloSegments
models to be used to parse ultralytics resultsdatachain.lib.models
todatachain.model
(I suppose to move datachain.lib.data_model todatachain.model
in future to slowly get rid oflib
package)