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

Modify TAB error #107

Closed CasterWx closed 5 years ago

CasterWx commented 5 years ago
for k,dt in enumerate(dt_results):
    if nms_flag[k]:
        name = '%.2f'%(dt[8])
        xmin = dt[0] 

There is no alignment . img

CasterWx commented 5 years ago

Demo中if语句那里tab没有对齐