ecr23xx / yolov3.pytorch

PyTorch implmenetation of YOLO v3, including training and testing, and can be adapted for user-defined dataset
31 stars 14 forks source link

Questions about image transformations and training loss calculation #4

Open vitoloper opened 5 years ago

vitoloper commented 5 years ago

Hello,

thank you for your great work, I think this project is really interesting and I like the fact that it can be adapted to different situations. I'm trying to implement my custom object detector (single class, just one object) by using a small dataset annotated using COCO format.

A couple of questions arised:

Thank you!

gakkiri commented 5 years ago

Same problem, I found that the code just flipped the image.