Skip to content

feat(io): add MMPose I/O support (#175)#870

Open
RahulBera15 wants to merge 2 commits intoneuroinformatics-unit:mainfrom
RahulBera15:feature/mmpose-io-175
Open

feat(io): add MMPose I/O support (#175)#870
RahulBera15 wants to merge 2 commits intoneuroinformatics-unit:mainfrom
RahulBera15:feature/mmpose-io-175

Conversation

@RahulBera15
Copy link

This PR adds support for loading pose estimation outputs generated by MMPose.

Features:

  • Implements from_mmpose_file loader
  • Parses frame_id, keypoints, and keypoint_scores
  • Supports single-frame and multi-frame JSON formats
  • Handles missing tracking IDs
  • Adds JSON schema validation for MMPose JSON files
  • Includes tests and example script

Closes #175

I would appreciate feedback from the maintainers.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 6, 2026

@RahulBera15
Copy link
Author

Hi ,
I’ve implemented MMPose I/O support and opened a pull request for this issue.
PR: #870

The implementation includes the loader, validation schema, tests, and an example script.
Please let me know if any changes or improvements are needed.

Thanks!

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 I/O support for MMPose

1 participant