Open anjugopinath opened 6 months ago
I apologize for the delayed response, and thank you for your patience. The expected bounding box format for the code is xywh (x-center, y-center, width, height). Please ensure that the bounding boxes are normalized before loading the data for training, meaning the coordinates and dimensions should be scaled between 0 and 1 relative to the image size.
If you have any further questions or need more details, feel free to reach out!
Hi,
I wanted to use your code to train on a custom dataset. What is the expected bbox format ? And should it be normalized before loading the data for training?