MichalBusta / DeepTextSpotter

285 stars 101 forks source link

How long do I have to train? #81

Open mowkee opened 5 years ago

mowkee commented 5 years ago

I've been training for almost a week my solverstate files are yolo_mobile_iter_221000.solverstate and recog_iter_112196.solverstate respectively but it detects nothing. Do I have to train more or something is missing? The training is done on SynthText dataset. I know it's already trained on this dataset but I just wanted to retrace the steps to learn. any comments, suggestions or tips are welcome. If any more info is required please don't hesitate to ask. great work by the way @MichalBusta .

MichalBusta commented 5 years ago

there are quite a lot of meta-parameters which you can play with:

if spatial size of batch images is too small, almost all of the regions will be marked as do-not-care since they are partially out of image

batch size should have reasonable size ~ at least 8

MichalBusta commented 5 years ago

In one day of training localization branch, you should reach ~ 60% of recall