clks-wzz / PRNet-Depth-Generation

A implementaion of depth generation based on [PRNet](https://github.com/YadiraF/PRNet), which was used in the paper ***Exploiting Temporal and Depth Information for Multi-frame Face Anti-spoofing***
MIT License
95 stars 31 forks source link

Invalid checkpoint #10

Closed yumna4 closed 2 years ago

yumna4 commented 2 years ago

Hi,

I downloaded the model and saved it into the Data/net-data folder. However, when I run Generate_Depth_Image.py, I get the following error.

DataLossError (see above for traceback): Unable to open table file ./Data/net-data/256_256_resfcn256_weight: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?

Any idea where it's going wrong?

Thank you!