HumanSignal / label-studio-ml-backend

Configs and boilerplates for Label Studio's Machine Learning backend
Apache License 2.0
585 stars 261 forks source link

feat: RND-116: YOLOv8 ML Backend #607

Closed makseq closed 2 months ago

makseq commented 3 months ago

See README.md in label_studio_ml/examples/yolo folder.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 84.99157% with 89 lines in your changes missing coverage. Please review.

Project coverage is 67.24%. Comparing base (7f46c1a) to head (5f7b240). Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
label_studio_ml/examples/yolo/_wsgi.py 20.68% 46 Missing :warning:
label_studio_ml/utils.py 7.14% 13 Missing :warning:
...bel_studio_ml/examples/yolo/control_models/base.py 89.61% 8 Missing :warning:
...ml/examples/yolo/control_models/keypoint_labels.py 92.20% 6 Missing :warning:
...amples/yolo/control_models/rectangle_labels_obb.py 92.85% 3 Missing :warning:
...ml/examples/yolo/control_models/video_rectangle.py 97.39% 3 Missing :warning:
label_studio_ml/examples/yolo/model.py 95.38% 3 Missing :warning:
..._studio_ml/examples/yolo/control_models/choices.py 95.23% 2 Missing :warning:
label_studio_ml/model.py 92.59% 2 Missing :warning:
..._ml/examples/yolo/control_models/polygon_labels.py 96.96% 1 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #607 +/- ## =========================================== + Coverage 47.72% 67.24% +19.52% =========================================== Files 40 21 -19 Lines 2703 1319 -1384 =========================================== - Hits 1290 887 -403 + Misses 1413 432 -981 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.