Open seovchinnikov opened 6 years ago
Thank you!
Im trying to finetune on my small dataset ~ 1000 pictures but got detection_eval 0.11 after 500 iterations (iter_size=8, batch=4) and it does not get better after 1000... It seems like smth wrong with my data or augmentation for this data... I have vertical images about 128px width and 350px+-50px height with text lines aligned in the center of image. It seems like I need to play around with batch_sampler. I think this one is more appropriate for my case:
'sampler': {
'min_scale': 0.6,
'max_scale': 1.0,
'min_aspect_ratio': 0.2,
'max_aspect_ratio': 0.7,
},
By the way, does it work with negative images without any text? I put it do my dataset as well. Is it ok?
Hey! Thank you for your paper. I would like to ask a couple of questions:
Thank you in advance