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

Lift YOLO annotation image file association restrictions #108

Merged

Conversation

mfl28
Copy link
Owner

@mfl28 mfl28 commented Nov 14, 2023

  • Associates YOLO annotation files with image files using annotation file base-names instead of assuming images with names <annotation_base_name>.jpg. This change allows to use YOLO annotations with all supported image files (as long as the mapping of annotation base name to image file is 1 to 1).
  • Adds unit test.

Closes #107.

@mfl28 mfl28 self-assigned this Nov 14, 2023
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (71410cf) 86.37% compared to head (49320b2) 86.57%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #108      +/-   ##
============================================
+ Coverage     86.37%   86.57%   +0.19%     
- Complexity     1479     1482       +3     
============================================
  Files            95       95              
  Lines          5922     5928       +6     
  Branches        530      531       +1     
============================================
+ Hits           5115     5132      +17     
+ Misses          535      526       -9     
+ Partials        272      270       -2     

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

Copy link

sonarcloud bot commented Nov 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@mfl28 mfl28 merged commit 086724c into master Nov 14, 2023
10 checks passed
@mfl28 mfl28 deleted the feature/lift-yolo-annotation-image-file-association-restrictions branch November 14, 2023 17:41
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.

.txt files only match to .jpg files, not .JPG
1 participant