yuantailing / ctw-baseline

Baseline methods for [CTW dataset](https://ctwdataset.github.io/)
MIT License
329 stars 88 forks source link

Aspect ratio of the anchor boxes #41

Closed hope-yao closed 4 years ago

hope-yao commented 4 years ago

Hi Tailing,

Thank you for sharing the code and dataset! It is a great job!

I'm just writing to double-check if you performed KNN to find the optimum anchor box aspect ratio? Thanks!

yuantailing commented 4 years ago

There is no KNN. We use the default anchor settings provided by SSD and YOLOv2.

hope-yao commented 4 years ago

Thank you for clarifying!