BoundingBoxEditor icon indicating copy to clipboard operation
BoundingBoxEditor copied to clipboard

Support for yolo instance-segmentation polygon format

Open m2key1 opened this issue 2 years ago • 1 comments

Implemented functionality to enable the saving and loading of polygons in YOLO format (as described here)

m2key1 avatar Mar 04 '24 14:03 m2key1

Ref #124.

mfl28 avatar Mar 15 '24 18:03 mfl28

Codecov Report

Attention: Patch coverage is 82.95455% with 15 lines in your changes missing coverage. Please review.

Project coverage is 86.45%. Comparing base (9ff6ea9) to head (298ee4a).

Files Patch % Lines
...8/boundingboxeditor/model/io/YOLOLoadStrategy.java 86.66% 0 Missing and 8 partials :warning:
...8/boundingboxeditor/model/io/YOLOSaveStrategy.java 75.00% 3 Missing and 4 partials :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #119      +/-   ##
============================================
+ Coverage     86.44%   86.45%   +0.01%     
- Complexity     1491     1498       +7     
============================================
  Files            96       96              
  Lines          5974     5986      +12     
  Branches        544      549       +5     
============================================
+ Hits           5164     5175      +11     
- Misses          531      533       +2     
+ Partials        279      278       -1     

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

codecov[bot] avatar Jul 14 '24 09:07 codecov[bot]