-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 improve the performance in detecting small words? #52
Comments
@jycloud some potential solutions to this problem.
|
@eragonruan |
@jycloud the model can take any size of input(short size should longer than 300), 600x1000 is just a default setting I set. |
@eragonruan |
how many rows do you have, I only keep 1000 proposals during test, for your case, each row 20x450 needs about 30 proposals, hence if your document has more than 33 rows, the model may miss something |
@eragonruan where can I modify proposals parameter? |
@eragonruan I reset __C.TEST.RPN_POST_NMS_TOP_N to 2000,but results did not change. |
@eragonruan I decide to retrain this model by my own dataset,hoped I can solve this problem,by the way,in training phase,the default setting is resize pictures to (1000,600) or (600,1000)? |
@jycloud short side is resized to 600 pixel. afer resize, if long side is longer than 1200 pixel, resize the long side to 1200 pixel. |
@eragonruan Thank you very much. |
@eragonruan where can I modify iterations (150000)? I am training the model on CPU, so it is taking too much time. I want to reduce the iterations.. Thanks |
Thanks, mate. |
@eragonruan should I change stepsize and snapshot_iter? as there is SOLVER: Adam on #L10. restore: 0 |
@guddulrk use the latest code,stepsize is used to adjust lr, snapshot save the model |
@eragonruan thank you so much. |
@eragonruan I am training the model on new dataset but getting nan values as shown below: can you please help me to sort out the issue? |
@eragonruan Thanks for your code. |
@kyosocan I don't think 10 is an option. the anchor's width is decided by the feature layer you choose. |
@eragonruan Thank you very much for your reply. Now I see how to adjust this parameter. In addition, if |
@kyosocan sorry, I did not try model with resnet. but it's worth trying. |
No description provided.
The text was updated successfully, but these errors were encountered: