ming71 / rotate-yolov3

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

Running Code #2

Closed jivkovic closed 2 years ago

jivkovic commented 4 years ago

Hi, thanks for the effort.

Could you update readme with some basic steps how to use the scripts? I'm getting "OSError: utils/kmeans/icdar_608_care.txt not found." error when running test.py, train.py and detect.py.

I am going through code, but some basic info would be very helpful.

Thanks

ming71 commented 4 years ago

icdar_608_care.txt sets the initial anchors generated via kmeans, you need to run kmeans.py refer to my implement here. I'll update training pipeline and latest codes after return school.(maybe in Sep.)