Skip to content

fix: add Visibility schema to keypoint template, fix sample data sizes#68

Open
shujaatTracebloc wants to merge 1 commit intodevelopfrom
feat/add-keypoint-detection-template
Open

fix: add Visibility schema to keypoint template, fix sample data sizes#68
shujaatTracebloc wants to merge 1 commit intodevelopfrom
feat/add-keypoint-detection-template

Conversation

@shujaatTracebloc
Copy link
Copy Markdown
Contributor

@shujaatTracebloc shujaatTracebloc commented May 7, 2026

  • 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

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 schema for keypoint detection ingestion that includes the Visibility CSV column, and passes it into CSVIngestor so the client can read keypoint visibility flags.

Updates the keypoint detection sample labels_file_sample.csv to use multiple label values (person, athlete, dancer) instead of all person.

Reviewed by Cursor Bugbot for commit bf467aa. Bugbot is set up for automated code reviews on this repo. Configure here.

- 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>
@LukasWodka
Copy link
Copy Markdown
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.)

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread templates/keypoint_detection/data/labels_file_sample.csv
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.

2 participants