MhLiao / TextBoxes

TextBoxes: A Fast Text Detector with a Single Deep Neural Network
https://github.com/MhLiao/TextBoxes
Other
633 stars 154 forks source link

Question about mismatch between the code with original paper #117

Open FantasyJXF opened 4 years ago

FantasyJXF commented 4 years ago

I have some questions while reading your code with paper.

  1. The conf head in your paper use 1x1 size, but in the code was all 1x5
屏幕快照 2020-01-14 下午11 03 51 屏幕快照 2020-01-14 下午11 03 32
  1. The prior boxes, only the first feature layer has 72d output with 12 prior boxes, and other layer has 78d with 14 prior boxes?