microsoft / table-transformer

Table Transformer (TATR) is a deep learning model for extracting tables from unstructured documents (PDFs and images). This is also the official repository for the PubTables-1M dataset and GriTS evaluation metric.
MIT License
2.31k stars 256 forks source link

Not able to download pre-trained weights #116

Closed amish1706 closed 1 year ago

amish1706 commented 1 year ago

I cannot download the pre-trained weights linked in the ReadMe file. It shows the following error. image https://pubtables1m.blob.core.windows.net/model/pubtables1m_detection_detr_r18.pth

Does anyone know how to resolve this? Are the weights hosted somewhere else? I need these weights in order to run the inference pipeline (which can't run using the weights available on huggingface).

bsmock commented 1 year ago

Thanks for letting us know about this error. We are looking into what happened and will hopefully have a resolution very soon.

Best, Brandon

cloudfool commented 1 year ago

I'm waiting for the model, too. Please resubmit a valid donwload url . Thanls

cloudfool commented 1 year ago

I cannot download the pre-trained weights linked in the ReadMe file. It shows the following error. image https://pubtables1m.blob.core.windows.net/model/pubtables1m_detection_detr_r18.pth

Does anyone know how to resolve this? Are the weights hosted somewhere else? I need these weights in order to run the inference pipeline (which can't run using the weights available on huggingface).

Did you get this addressed?

amish1706 commented 1 year ago

Did you get this addressed?

The weights aren't available yet.

I wanted to use the inference pipeline which works with the original model weights. So, I used HF model and then copied the important functions from the inference pipeline line to use them with HF outputs. Some small changes, and it worked.

cloudfool commented 1 year ago

Did you get this addressed?

The weights aren't available yet.

I wanted to use the inference pipeline which works with the original model weights. So, I used HF model and then copied the important functions from the inference pipeline line to use them with HF outputs. Some small changes, and it worked.

Could you pls list the changes for me, I want to use the inference pipeline, too

thiagodma commented 1 year ago

Any updates on this? Or maybe someone who already downloaded the weights could share if that's ok?

mohitstride commented 1 year ago

Waiting for this for almost a week now. Would be great if someone could share the weights?

@bsmock , could you please share some alternate link if possible?

karthikgali commented 1 year ago

Hi @bsmock

I am facing the same issue. Could you please share the weights?

Regards, Karthik

WalidHadri-Iron commented 1 year ago

Hi everyone,

Since this has been open for a long time, I am sharing the weights that I have downloaded before and kept locally.

For Table Detection For Table Structure Recognition

bsmock commented 1 year ago

Hi everyone,

I uploaded the weights to a new location and updated the links in the README. Please let us know if there are any issues with the new links.

Best, Brandon

amish1706 commented 1 year ago

Could you pls list the changes for me, I want to use the inference pipeline, too

https://github.com/microsoft/table-transformer/issues/112#issuecomment-1600571041 Check this. Sorry for the late reply