mlpc-ucsd / TESTR

(CVPR 2022) Text Spotting Transformers
Apache License 2.0
179 stars 22 forks source link

About the CTW1500 annotation file #6

Closed tyxy2310 closed 2 years ago

tyxy2310 commented 2 years ago

Thanks to your wonderful work. ann_keys = ["iscrowd", "bbox", "rec", "category_id"] + (extra_annotation_keys or []) I don't know what is the meaning of "rec".

zx1239856 commented 2 years ago

It's the text to be recognized. See the json files for details.