synml / yolov3-pytorch

A Simple PyTorch Implementation of YOLOv3
MIT License
9 stars 2 forks source link

I have a question about the format of annotation. #2

Closed 2gunsu closed 3 years ago

2gunsu commented 3 years ago

Hello. Thank you for sharing such a great project. I am now trying to train with a custom dataset. Is the format of the bbox in the txt file (Relative X center, Relative Y center, Relative W, Relative H) correct?

synml commented 3 years ago

Hello. Yes, it's correct. Thanks.

2gunsu commented 3 years ago

Thanks for the quick response! Have a nice day.