-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to modify the size of anchor? #59
Comments
You can also set the values as attributes of the model object Line 101 in 257ae27
The |
In general, it makes sense to think about the receptive field when designing the prior boxes. |
Why don't you use SegLink, you don't have the issue with the aspect ratio? |
Thanks for replying! I just want to evaluate all classic text detect methods like TB, TB++ and Seglink etc. I want to find an algorithm that is balanced in accuracy and speed. And yeah I'll try anchor free model next. |
Hi mvoelk,
Thanks for your excellent work.
About the TBPP_train code, I'm confused that how do you generate anchor boxes on different feature maps. I didn't find an explicit method in your code about designing thoes boxes. I've looked through other version about SSD, and all of they almost provide a custom way to modify the size of anchor box like a config file or something. And the reason why I concern this is in my project, I need to detect a whole line text. And the aspect ratio has a lot of variation from 5 to 20, almost evenly distributed. So for a better perfomance on both precision and recall, I may need to modify the anchor size frequently. And about this issue, could you give me some advice? Any help will be appreaticed !
Best,
Xiyuan
The text was updated successfully, but these errors were encountered: