A simple GUI for clicking on keypoints for training pose estimation models. Currently only supports one set of points per frame. Please consider contributing for multiple instances per frame!
- pip install pose-annotator
Customize default_config.yaml then launch using
pose_annotator user_cfg=path/to/custom/config.yaml
Ctrl+S
saveRight
next frameLeft
previous frameDown
next keypointSpace
next keypointUp
previous keypointDelete
delete keypoint
- Adding or deleting images from a directory with existing annotations
- annotations are matched to image files by rank-order of the filename
ModuleNotFoundError: No module named 'skbuild'
- please
pip install --upgrade pip
- please