SynthText icon indicating copy to clipboard operation
SynthText copied to clipboard

some questions about char2wordBB and the generated text

Open Muran337287 opened this issue 4 years ago • 2 comments

  1. I don't understand the function char2wordBB, what's the meaning of "cc = np.squeeze(np.concatenate(np.dsplit(cc,cc.shape[-1]),axis=1)).T.astype('float32')" and " cc_tblr"? Someone can help me?

  2. I met some cases with the generated text.

  1. The text is underlined. "know" in the first pic.
  2. "." and text overlap. "rec.sport.hockey" in the second pic.
  3. the bounding box may appear to be not tightly enclosed. "27" and “Apr”in the third pic.
  4. word is not rendered successfully. "files" and "that" in the fourth pic.

Figure_4 Figure_7 Figure_1 Figure_13

Muran337287 avatar May 09 '20 09:05 Muran337287

"Files" and "that" look good to me, the word color is very close to the background color.

yujunsun110 avatar Apr 28 '21 09:04 yujunsun110

Which version Are you using python2 or python3 model ....

chaitusvk avatar May 10 '21 17:05 chaitusvk