ming71 / rotate-yolov3

Arbitrary oriented object detection implemented with yolov3 (attached with some tricks).
222 stars 58 forks source link

Could you provide the weight model on HRSC2016 dataset? #38

Closed gaowutong closed 2 years ago

gaowutong commented 2 years ago

Excellent job! I was trying to train the rotate-yolov3 model with HRSC2016 but the model seems to require a lower version of cuda. However I only have 3090 GPU which only support cuda 10+. I think you have trained it because of what you show in the Detection Results. So could you please provide the trained weight model on HRSC2016 dataset?

ming71 commented 2 years ago

Hello, thanks for your attention. This repository is too old, it is recommended to turn to some recent work on oriented object detection, such as S2ANet, ORCNN, mmrotate, yolov5obb, and some of my work.