Open tlpss opened 2 years ago
@tlpss could you please show examples about visibility flag?
@makseq in COCO, keypoints have, next to their u,v coordinates, an additional visibility flag that can have 3 values:
If you would want to export keypoints to the COCO format we need:
This way one can easily add the keypoints field to each annotation in the coco export.
Does this answer your question?
@tlpss https://github.com/heartexlabs/label-studio-converter/pull/197 - could you switch to this branch of converter and check how keypoint coco export works there?
Just install that converter version from the PR and try to export KeypointsLabels to COCO format.
does it work?
Describe the solution you'd like It would be very useful if we could export keypoint annotations using the COCO keypoints format. At the moment, only segmentation and detection of COCO are supported afaik.
The additional "visibility" flag could be configured during setup of the project: