label-studio-ml-backend icon indicating copy to clipboard operation
label-studio-ml-backend copied to clipboard

feat: RND-116: YOLO ML Backend

Open makseq opened this issue 1 year ago • 1 comments

makseq avatar Aug 14 '24 01:08 makseq

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
@@             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.

codecov-commenter avatar Aug 14 '24 02:08 codecov-commenter