ming71 / rotate-yolov3

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

Training on ICDAR15 dataset error #6

Closed tutu96177 closed 2 years ago

tutu96177 commented 4 years ago

Hi ming71, your work is very wonderful, when I training on ICDAR15 dataset there is a problem , which is "icdar_608_care.txt file is not exist in ${respo_root_dir}/utils/keans file dirctory " . How can I get this file ? Thanks.

ming71 commented 4 years ago

You should generate the anchor setting file by yourself. I set it via k-means as reported in yolov2, and you can refer to my implemention here.