doc-analysis / TableBank

TableBank: A Benchmark Dataset for Table Detection and Recognition
Apache License 2.0
987 stars 139 forks source link

How do I use your model to make inferences on my own data? #31

Open Kebudi opened 3 years ago

Kebudi commented 3 years ago

I tried to load up your model in model_zoo for detectron but seems like your fine tuned model is not in their repo. I downloaded your model but it only has a yaml file and a pth file, it does not have a frozen graph to make inferences with.

How can I deploy your model to make predictions on my own data?

Kebudi commented 3 years ago

And additionally, how can I train on top of your model?

liminghao1630 commented 2 years ago

The following link may be what you need: https://detectron2.readthedocs.io/en/latest/tutorials/models.html