Closed bado-lee closed 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?
Hi @bado-lee , thanks for reminding, bug fixed
@tonghe90 Thank you for prompt reply :)
Hi, in your test.py, https://github.com/tonghe90/textspotter/blob/e904571b529bf0d59f87164343567db3a12c5135/test.py#L241 it seems,
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?