You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request for an option to export yolo pose annotation data.
LS already has option to export yolo object detection and segmentation dataset. So it would be really helpful if there is a mechanism to export key point dataset. Currently, I am downloading the JSON file and manually extracting the keypoints using a python script. If the YOLO format is available then it will be easier to export it to other formats for model training.
The text was updated successfully, but these errors were encountered:
Currently, I do not annotate bounding boxes. I just annotate keypoints for my entire dataset.
To extract the annotation, I use similar logic for iterating through the LS json file and extracting keypoint values and saving them as a numpy array file. One file per image.
My training script takes the image and the numpy array file for training.
I do not use YOLO pose as of now. But, I willing to try Export keypoints to yolo format #6502 approach to see if I can generate dataset using single script.
I was hoping if there was a way to add plugin for the LS to generate the entire dataset automatically through web interface.
I would like to request for an option to export yolo pose annotation data.
LS already has option to export yolo object detection and segmentation dataset. So it would be really helpful if there is a mechanism to export key point dataset. Currently, I am downloading the JSON file and manually extracting the keypoints using a python script. If the YOLO format is available then it will be easier to export it to other formats for model training.
The text was updated successfully, but these errors were encountered: