XinzeLee / RotateObjectDetection

This repository is based on Ultralytics/yolov5, with adjustments to enable rotate prediction boxes.
113 stars 22 forks source link

dataset #2

Closed nhathoang0110 closed 3 years ago

nhathoang0110 commented 3 years ago

what is your format annotation for trainning ? I see 6 values.

XinzeLee commented 3 years ago

Thanks for your interests! Not exactly 6. There are 7 entities in the label files: class_id, cx, cy, width, height, real, imaginary.

muhammedakyuzlu commented 3 years ago

Hello, Isn't it class_id, cx, cy, width, height, cos theta , sin theta ? What is real, imaginary stand for?

XinzeLee commented 3 years ago

real and imaginary are the same as cos theta and sin theta