MiraPurkrabek / PoseAnnotator

PoseAnnotator is a simple Python tool with a GUI for annotating 2D human poses from images. It allows users to easily label key points on human figures for pose estimation tasks.
GNU General Public License v3.0
0 stars 1 forks source link

Allow more skeleton formats #2

Open MiraPurkrabek opened 2 months ago

MiraPurkrabek commented 2 months ago

The annotation is only possible for COCO-format skeletons. Implement more skeleton formats (MPII, MHP, PoseTrack, ...) in the COCO-format of the annotation. Also, if you implement any custom format as our _coco_withthumbs, add it to the codebase.