mjq11302010044 / RRPN_pytorch

RRPN in pytorch 1.0 ----- Arbitrary-Oriented Scene Text Detection via Rotation Proposals
MIT License
262 stars 56 forks source link

about your 0.83 f-score model and config #19

Open anxu829 opened 5 years ago

anxu829 commented 5 years ago

can you share your model config yaml to us so that we can train our stable model ? i use your code to train on ic15 and mlt17 , but the result is not good ,so may i ask you to share your training yaml or your model to us :) , and another question is how long have you train your model ? my email address is anxu829@gmail.com, hope you can help us ,thank you !

mjq11302010044 commented 5 years ago

@anxu829 You can use multi-scale input of image in (600, 800, 1000), which is also a strategy supported in the settings, and finally fine-tuned in IC15 for about 20K iters, then you will get the results :)

anxu829 commented 5 years ago

thank you for your apply , so i just need to modify your rrpn/ic15 config file , am i right ? i will try it later