Open SteelMinh opened 4 years ago
he used this https://github.com/woshiwwwppp/ryolov3research-pytorch-master
but I didn’t manage to run these sources properly
I've tried that repo but failed too, obviously the codes have been deprecated. Thus I've written the r-yolo myself .
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?
It reaches about 63% (H-means) on ICDAR15, still an unsatisfactory result, I'll release codes when achieve a better performance ( about 80% maybe?).
Hi, I've release my codebase for rotation-yolov3 here , not excellent but good enough.@MiXaiLL76 @SteelMinh
@ming71 could you please give a guide on how to run this code of yours on any image?
@ming71 could you please give a guide on how to run this code of yours on any image?
available now.
@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!