fix: add Visibility schema to keypoint template, fix sample data sizes#68
Open
shujaatTracebloc wants to merge 1 commit intodevelopfrom
Open
fix: add Visibility schema to keypoint template, fix sample data sizes#68shujaatTracebloc wants to merge 1 commit intodevelopfrom
shujaatTracebloc wants to merge 1 commit intodevelopfrom
Conversation
- Add Visibility column to keypoint schema so client can read visibility flags - Diversify keypoint labels (person, athlete, dancer) to meet min 2 labels requirement - Resize keypoint sample images from 256x256 to 448x448 to match target_size - Resize semantic segmentation sample images and masks to 512x512 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
👋 Heads-up — Code review queue is at 10 / 8 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bf467aa. Configure here.
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.

Note
Low Risk
Low risk: template-only changes that add a missing CSV schema column and adjust sample label values; no core ingestion logic is modified.
Overview
Adds an explicit
schemafor keypoint detection ingestion that includes theVisibilityCSV column, and passes it intoCSVIngestorso the client can read keypoint visibility flags.Updates the keypoint detection sample
labels_file_sample.csvto use multiple label values (person,athlete,dancer) instead of allperson.Reviewed by Cursor Bugbot for commit bf467aa. Bugbot is set up for automated code reviews on this repo. Configure here.