ssd-plate_detection
ssd-plate_detection copied to clipboard
About overfitting
Hi, @hyh21521038. I'm also trying to detect text instances with SSD net, and I'm choosing which dataset to use. You seem to train and test using only the ICDAR dataset. But, then, doesn't the network overfit to ICDAR, due to its small size?
@sunwooOh
I only train the plate in my own plate dataset.I have not trained on ICDAR.if you want to have a good result,there is pretty work in CVPR 2016 made by OXFORD.this work supply a big text dataset which can help you get a good result
Thanks for the reply. I actually started using the SynthText dataset, and it gives fine results. Thanks.
谢谢回复。我实际上开始使用SynthText数据集,它给出了很好的结果。谢谢。
请问如何能分享一下synthtext格式转换为icdar格式的脚本吗,谢谢鸭