I basically need to segment images that I have in order to create a dataset to train YOLOv8-seg.
I am trying to use CVAT to create the segmentation masks, however I am not able to export the segmentation annotations using the YOLO export format, therefore I am using the COCO export format and then thinking of converting it to YOLO format.
How can I convert using a Python code the COCO format (with segmentations) to YOLO format (with segmentations)?
Does anyone know any (free/cheap) tool to automatically export segmentations to YOLO format instead of having to convert the COCO format?
I appreciate the help 🙂
I have asked Chatgpt however it is not giving me any good answer.
Beatriz Correia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.