lars76 / chinese-subtitle-ocr

Optical character recognition for Chinese subtitles using SSD and CNN
MIT License
110 stars 30 forks source link

Can you share your training config file? #3

Open tbfly opened 5 years ago

tbfly commented 5 years ago

Did you just modify from ssd_mobilenet_v1_coco.config? Thx

lars76 commented 5 years ago

Hi, yeah I just used that config file without doing any big changes. However, I don't have anymore the exact config file. Since I last worked on that project, a lot of new papers came out. I would recommend reading the paper TextBoxes++, this should give you some ideas what to change (aspect ratios etc.).

tbfly commented 5 years ago

thx