chenxinpeng / SSD_scene_text_detection

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

default boxes aspect ratio #3

Open xinghedyc opened 7 years ago

xinghedyc commented 7 years ago

Hi, thanks for your work. I have a question that do you use the default boxes aspect ratios in original ssd? like [2],[2,3],[2,3],[2,3],[2,3] and turn the flip option as Ture. I find text in scene always have large aspect ratios like 5 or 7, and rarely have aspect ratios less than 1.

chenxinpeng commented 7 years ago

@xinghedyc Hi, sorry for my late response. I use the default aspect ratios, and turn the filp option as True. For your problem, I recommend this paper that may help you: Detecting Text in Natural Image with Connectionist Text Proposal Network