LidorPrototype / TableNetTable2df

https://betterprogramming.pub/table-detection-and-extraction-tablenet-deep-learning-model-with-pytorch-from-images-64489e92b641
13 stars 5 forks source link

densenet_configuration_4_model_checkpoint.pth.tar #3

Closed imsomdev closed 9 months ago

imsomdev commented 9 months ago

How can I load this model? I mean how can I download this model or clone this? Or whatever. You mentioned you didnot up this because of size but I cannot find it anywhere.

Thank you.

LidorPrototype commented 9 months ago

Indeed the model was too big for GitHub uploads, that's why I didn't upload it. You can refer to the article Detect and Extract Tabular Data From Images Using TableNet (With PyTorch), follow it with the repo and you'll be able to create a model for this task too :)