Closed NO2-yh closed 4 years ago
The dataset descriptions are in the project README: https://github.com/aim-uofa/AdelaiDet/tree/master/configs/BAText
You can download them here: https://github.com/aim-uofa/AdelaiDet/tree/master/datasets#text-recognition
But notice that the link will be updated soon because there are some problems in the annotation which we have to fix.
@stan-haochen Thanks so much, and i'm looking forward your update ^_^
@yh673025667 The links have been updated. #70
@Yuliang-Liu Thanks, i have downloaded the json annotations. It seems that the annotation don't have the content label for each instance, and don't have the original polygon label
@yh673025667 the json file has encoded the content label to a list named 'rec'. We will provide the script showing how we generate the json file. We didn't save the original polygon label as they are not needed.
@Yuliang-Liu That's great ! Thanks a lot :)
@yh673025667 You can find the links in the readme of ABCNet. #71
Let me know if you have further questions.
@Yuliang-Liu Thanks your data prepare code, it's very wonderful!
I have noticed that it seems not possible to generate the original polygon through the bezier control points. To some reason, i have to use the original polygon in myself, so could you provide your original polygon label or just give me some advices that how to generate the original polygon?
It will be sincerely appreciate to look forward your help......
@yh673025667 Sorry for my late reply. Original polygonal labels are not generated by ourselves; they can be downloaded from the original dataset.
For your convenience, I provide the totaltext original annotation file here. And you can use the example scripts we provided to generate the json file for training.
Hi, where can i download the Bezier Curve Synthetic Dataset which is mentioned in the original paper ABCNet