JKBox / YOLOv3-quadrangle

YOLOv3 detector with quadrangle in PyTorch
88 stars 29 forks source link

Training Issues #15

Open candyotter opened 3 years ago

candyotter commented 3 years ago

Hello,

I am trying to implement this on the DOTA dataset, I have the annotations in format: class x1 y1 x2 y2 x3 y3 x4 y4. I have followed all the steps suggested but the training just never seems to start? Is there anything else I should be doing?

Thank you!