Skip to content
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

Support for yolo instance-segmentation polygon format #119

Merged
merged 4 commits into from
Jul 14, 2024

Conversation

m2key1
Copy link
Contributor

@m2key1 m2key1 commented Mar 4, 2024

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

@mfl28
Copy link
Owner

mfl28 commented Mar 15, 2024

Ref #124.

Copy link

codecov bot commented Jul 14, 2024

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 ⚠️
...8/boundingboxeditor/model/io/YOLOSaveStrategy.java 75.00% 3 Missing and 4 partials ⚠️
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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mfl28 mfl28 linked an issue Jul 14, 2024 that may be closed by this pull request
@mfl28 mfl28 merged commit 3cc364b into mfl28:master Jul 14, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support loading polygonal annotations from YOLO files
2 participants