Skip to content

Conversation

@mfl28
Copy link
Owner

@mfl28 mfl28 commented Mar 8, 2025

  • Adds CSV tensorflow format as supported annotation import format.
  • Switches from Opencsv to Jackson CSV databind as the former weirdly capitalizes the field-names (with no simple option to turn this off).
  • Adds unit tests.

Closes #146 .

@mfl28 mfl28 self-assigned this Mar 8, 2025
@mfl28 mfl28 enabled auto-merge (squash) March 8, 2025 18:03
@mfl28 mfl28 disabled auto-merge March 8, 2025 19:34
@mfl28 mfl28 enabled auto-merge (squash) March 8, 2025 19:34
@mfl28 mfl28 disabled auto-merge March 9, 2025 13:59
@codecov
Copy link

codecov bot commented Mar 9, 2025

Codecov Report

Attention: Patch coverage is 90.43478% with 11 lines in your changes missing coverage. Please review.

Project coverage is 86.49%. Comparing base (b8d0c1c) to head (fcb5bcc).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...28/boundingboxeditor/model/io/CSVLoadStrategy.java 80.00% 9 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #147      +/-   ##
============================================
+ Coverage     86.47%   86.49%   +0.01%     
+ Complexity     1499     1494       -5     
============================================
  Files            97       99       +2     
  Lines          5991     6021      +30     
  Branches        549      535      -14     
============================================
+ Hits           5181     5208      +27     
- Misses          532      535       +3     
  Partials        278      278              

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mfl28 mfl28 merged commit 6ee4e62 into master Mar 9, 2025
8 checks passed
@mfl28 mfl28 deleted the feature/add-csv-import-strategy branch March 9, 2025 14:33
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.

Add tensorflow CSV format loading

2 participants