tonghe90 / textspotter

324 stars 112 forks source link

Only the last scale is saved among scaled input results #11

Closed bado-lee closed 6 years ago

bado-lee commented 6 years ago

Hi, in your test.py, https://github.com/tonghe90/textspotter/blob/e904571b529bf0d59f87164343567db3a12c5135/test.py#L241 it seems,

new_boxes, words, words_score

are being refreshed during the loop and only the result for scale 2080 seems to be processed afterwards. Looks like it needs merging process of each result otherwise seems redundant. Would you please explain if I'm missing something?

tonghe90 commented 6 years ago

Hi @bado-lee , thanks for reminding, bug fixed

bado-lee commented 6 years ago

@tonghe90 Thank you for prompt reply :)