shannanyinxiang / SPTS

Official implementation of SPTS: Single-Point Text Spotting (ACM MM 2022 Oral)
137 stars 12 forks source link

Question regarding dataset ground truth text #2

Closed rdyzakya closed 1 year ago

rdyzakya commented 1 year ago

Hello, actually I haven't found any issue for the code, but I have a question regarding the dataset for training. While in the readme it said that we have to download the dataset and move it to the data folder in order to train it, but I don't find any ground truth for the text label there. Did I miss something from the explanation in the paper or something else?

Thanks

rdyzakya commented 1 year ago

Oh, I have found that the 'rec' key leads to the text label. This made me confuse since the vocabulary is written in the parser code (chars argument). Is there any way to use this code without creating bbox and bezier_pts? since the premise of the paper is to simplify the annotation process.

shannanyinxiang commented 1 year ago

Sorry for the late reply.