XinzeLee / RotateObjectDetection

This repository is based on Ultralytics/yolov5, with adjustments to enable rotate prediction boxes.
113 stars 21 forks source link

How to make the labels using my own datasets #12

Open a81940595 opened 2 years ago

a81940595 commented 2 years ago

Thank u for your excellent work, I would like to konw if there is a tool (like labelimg) which can label our own image manually. And after labeling , we can get the txt label file.

looking forward to your response. Thanks again.

XinzeLee commented 2 years ago

Thanks for your interests. Please refer to Basic Steps to Use Polygon-Yolov5 on Custom Dataset.pdf my another repo. It can be similarly applied in Rotate-Yolov5.

To briefly answer your question, I used LabelMe to do the labeling. And wrote a customized parsing function to collect the labels (to transform segmentations to rotate labels, you may want to check Tutorial 2)