-
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
Update ultralytics models #592
Conversation
Deploying datachain-documentation with
|
Latest commit: |
530c14c
|
Status: | ✅ Deploy successful! |
Preview URL: | https://ce7ae4cd.datachain-documentation.pages.dev |
Branch Preview URL: | https://models-ultralytics.datachain-documentation.pages.dev |
628902d
to
97483af
Compare
434d4ce
to
884c086
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #592 +/- ##
==========================================
- Coverage 87.88% 87.41% -0.48%
==========================================
Files 100 106 +6
Lines 10011 10279 +268
Branches 1357 1377 +20
==========================================
+ Hits 8798 8985 +187
- Misses 871 953 +82
+ Partials 342 341 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
884c086
to
525624e
Compare
525624e
to
5e7451f
Compare
Co-authored-by: Helio Machado <[email protected]>
for more information, see https://pre-commit.ci
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.
For consistency with ab74442
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
To be honest I am not sure if it worth it now to implement tests for these files. It will require I think better idea is to add these models usage into examples? Also we may want to move these models into |
name (list[str]): The names of the segments. | ||
confidence (list[float]): The confidences of the segments. | ||
box (list[BBox]): The bounding boxes of the segments. | ||
segments (list[Segments]): The segments of the segments. |
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.
this hurts my brain
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.
What are the options?
This reverts commit b62d091.
Update Ultralytics YOLO models to be used in SaaS.
This adds
Segments
model and commonYoloBBox
,YoloBBoxes
,YoloPose
,YoloPoses
,YoloSegment
andYoloSegments
models to be used to parse ultralytics results.