maozezhong

Results 17 comments of maozezhong

I have found a resnet-50-model.caffemodel in BAIDU YUN here is the link : 链接: https://pan.baidu.com/s/1CPCkEiN-Uqh7dKGh7dJKgw 密码: 2gqp Hope help for someone can not download from onedrive

@Crispinli Hi, I have the same problem. Have you solve this issue?

With the pretrained model provided by @mvoelk , I got high recall while very very low precision... like precison=0.0001, reall= 0.98+. And use this trained model. I got many boxes...

@mvoelk Yes, I mean during training, I got the situation like precison=0.0001, recall=0.98+ And by the way, to achieve the performance below: trained and tested on subsets of SynthText threshold...

@mvoelk Thanks. I have other questions. 1) what the model.scale mean in ssd_detectors/tbpp_model.py line 110 2) why the box_shift need to * 0.5? in ssd_detectors/ssd_utils.py line 219

@mvoelk thanks! by the way , in your code, the anchor density is 3, right? due to average, why not set 0.25 -> 0.33 in model.shifts = [[(0.0, -0.25)] *...