ejlee95 / Graph-based-TSR

7 stars 3 forks source link

Custom training data #2

Closed CrazyCrud closed 8 months ago

CrazyCrud commented 2 years ago

Hello, first of all, thank you for your work and for publishing the code!

I was wondering how custom training data can be generated and which tools you used to generate the training data based on the ICDAR2019 ground truth?

Best regards, Constantin

ejlee95 commented 2 years ago

First, the training data is the subset of ICDAR2019 training data; the images are from open benchmarks, and we annotated junctions for our own. For labeling, we wrote the python code using opencv library to localize the junctions, not using the given ground truth annotations. But it's hard to distribute the code for now, the code might be released in the future.

Sincerely, Eunji

CrazyCrud commented 2 years ago

@ejlee95 thank you very much for your answer.