hassan-mahmood / TIES_DataGeneration

Dataset Generation Code for: S.R. Qasim, H. Mahmood, and F. Shafait, Rethinking Table Parsing using Graph Neural Networks (2019)
MIT License
118 stars 39 forks source link

Inference with own image #6

Open hasslercastro opened 4 years ago

hasslercastro commented 4 years ago

How do I transform my own images in a tf_record either to run on training or inference, (OCR, then stablishing vertext, etc ) ? Thank you, this is a nice project.

TheClassyPenguin commented 4 years ago

@hasslercastro have you found a way to do it?

I've been trying to build the pipeline myself digging a little through the code with a little help from the paper since it is a little hard to understand.

From my understanding this is what you need from an OCR/word area to fill in vertex_features:

Keep in mind these are generated directly from the HTML and they are not from an OCR/CNN using the paper as the paper would lead you to believe.

Hope this helps a little bit towards building our own pipeline for custom examples.