ming71 / mmdetection-annotated

mmdetection源码注释
Apache License 2.0
659 stars 97 forks source link

Oriented Bounding Box #13

Open SteelMinh opened 4 years ago

SteelMinh commented 4 years ago

@ming71 i saw your work with the oriented bounding box, very nice work!.(https://github.com/ultralytics/yolov3/issues/345)

how you implemented the oriented bounding box to yolov3?Which format for the label you use and can i use a webcam to detect the objects? Thank you!

MiXaiLL76 commented 4 years ago

he used this https://github.com/woshiwwwppp/ryolov3research-pytorch-master

but I didn’t manage to run these sources properly

ming71 commented 4 years ago

I've tried that repo but failed too, obviously the codes have been deprecated. Thus I've written the r-yolo myself .

MiXaiLL76 commented 4 years ago

I've tried that repo but failed too, obviously the codes have been deprecated. Thus I've written the r-yolo myself .

Will you post it to the public?

ming71 commented 4 years ago

It reaches about 63% (H-means) on ICDAR15, still an unsatisfactory result, I'll release codes when achieve a better performance ( about 80% maybe?).

ming71 commented 4 years ago

Hi, I've release my codebase for rotation-yolov3 here , not excellent but good enough.@MiXaiLL76 @SteelMinh

Aiyan6 commented 4 years ago

@ming71 could you please give a guide on how to run this code of yours on any image?

ming71 commented 4 years ago

@ming71 could you please give a guide on how to run this code of yours on any image?

available now.