feat: Add verified field population for VOC data loading#47
Merged
danellecline merged 2 commits intomainfrom Feb 3, 2026
Merged
feat: Add verified field population for VOC data loading#47danellecline merged 2 commits intomainfrom
danellecline merged 2 commits intomainfrom
Conversation
Member
|
@copilot make a plan |
Contributor
Author
I've created a plan to add the
I'll implement these changes now. |
Member
|
@copilot execute the plane |
Co-authored-by: danellecline <1424813+danellecline@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add verified field population for VOC data loading
Add verified field population for VOC data loading
Feb 2, 2026
Contributor
Author
The plan has been executed! The Changes implemented:
All tests passed including syntax validation, linting, code review, and security scan. The PR is ready for review. |
danellecline
added a commit
that referenced
this pull request
Feb 3, 2026
This reverts commit 38e9d4f.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the
verifiedfield to VOC data loading by modifying theparse_vocfunction in thetap_voc.pyplugin extractor.Changes Made
Modified
mbari_aidata/plugins/extractors/tap_voc.py:verifiedfield with a default value ofTrueto the object dictionary created for each bounding box parsed from VOC XML filesverifiedin the DataFrame columns list to ensure it's properly returned in the outputRationale
VOC formatted data is largely verified data, so defaulting the
verifiedfield toTrueis appropriate for convenience. Theverifiedfield is a boolean attribute used in the Tator database for tracking annotation verification status.Testing
verifiedcolumn is present in the DataFrame with correctTruevaluesThe changes are minimal and focused, affecting only the data extraction in
tap_voc.pywithout altering any other functionality.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.