HumanSignal / HumanSignal/label-studio-sdk
When exporting to "Brush Labels to coco", Ghost Keypoints used to prompt Sam2 have no 'x' and make an error
- Dominant language
- Python
- Stars
- 192
- Forks
- 127
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
So in label_studio_sdk/converter.py line 819, I did comment the keypoint treatment. I don't need them and it allowed me to go further but this is surely not the good way!
"""
if keypoint_labels:
kp_order = build_kp_order(self._schema)
annotations.append(process_keypoints_for_coco(
keypoint_labels,
kp_order,
annotation_id=len(annotations),
image_id=image_id,
category_name_to_id=category_name_to_id,
))
"""
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.