aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.36k stars 643 forks source link

Bezier Curve Synthetic Dataset #68

Closed NO2-yh closed 4 years ago

NO2-yh commented 4 years ago

Hi, where can i download the Bezier Curve Synthetic Dataset which is mentioned in the original paper ABCNet

stan-haochen commented 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.

NO2-yh commented 4 years ago

@stan-haochen Thanks so much, and i'm looking forward your update ^_^

Yuliang-Liu commented 4 years ago

@yh673025667 The links have been updated. #70

NO2-yh commented 4 years ago

@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

Yuliang-Liu commented 4 years ago

@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.

NO2-yh commented 4 years ago

@Yuliang-Liu That's great ! Thanks a lot :)

Yuliang-Liu commented 4 years ago

@yh673025667 You can find the links in the readme of ABCNet. #71

Let me know if you have further questions.

NO2-yh commented 4 years ago

@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......

Yuliang-Liu commented 4 years ago

@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.