clovaai / CLEval

CLEval: Character-Level Evaluation for Text Detection and Recognition Tasks
MIT License
184 stars 28 forks source link

aspect_ratio to distinguish horizontal box and vertical #1

Open cuhk-hbsun opened 4 years ago

cuhk-hbsun commented 4 years ago
  1. I think the "aspect_ratio" in line135 of "box_types.py" is width_to_height_ratio. If this ratio > 2, it should be horizontal box.
  2. But for code line140 ~ line149 in "box_types.py", just the reverse, am I right?