chenxinpeng / SSD_scene_text_detection

Detect text in natural images with SSD, Single Shot Detection
225 stars 103 forks source link

training file #8

Open HelloTobe opened 7 years ago

HelloTobe commented 7 years ago

@chenxinpeng Did you use the file ssd_icdar_scenetext.py to train?
I notice that the solver_param ( line 319-343 ) in the ssd_icdar_scenetext.py is different from training_file/solver.prototxt , for example the test_interval, base_lr, max_iter, et al. Could you please tell me what you modify about the ssd_icdar_scenetext.py in detail ? Thanks in advance .