Hello,
I'm trying to run the demo icdar2013_detection.py with pytorch=1.7.1 and cuda=11.0; I was able to do the step-by-step installation.txt and build the 'TextFuseNet-detectron2' using with that version but I encountered the following error when using the pre-tained model model_syn_r101_pretrain.pth or the fine-tuned model model_ic15_r101.pth which I got from here :
RuntimeError: unexpected EOF, expected 11233569 more bytes. The file might be corrupted.
Hello, I'm trying to run the demo
icdar2013_detection.py
with pytorch=1.7.1 and cuda=11.0; I was able to do thestep-by-step installation.txt
and build the 'TextFuseNet-detectron2' using with that version but I encountered the following error when using the pre-tained modelmodel_syn_r101_pretrain.pth
or the fine-tuned modelmodel_ic15_r101.pth
which I got from here :RuntimeError: unexpected EOF, expected 11233569 more bytes. The file might be corrupted.