Hi all,
I am planning to explore Yolo model and use my custom dataset. I have all the images but quite confuse to prepare the dataset. I notice I must feed my model with data with specific format like below:
object-id center_x center_y width height
I do not understand with this setting. I understand that object-id is the class id and both width and height is images width and height but how can I calculate center_x and center_y? I understand there is a tool called LabelIMG but I want to do it manually.
Please advise