microsoft / Deep3DFaceReconstruction

Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019)
MIT License
2.18k stars 443 forks source link

EOF error when running the demo.py #140

Open mlevet opened 3 years ago

mlevet commented 3 years ago

Hi,

I'm trying to run the demo on google colab but this error popped out when trying to run demo.py

Traceback (most recent call last):
  File "demo.py", line 124, in <module>
    demo()
  File "demo.py", line 54, in demo
    transferBFM09()
  File "/content/Deep3DFaceReconstruction/utils.py", line 36, in transferBFM09
    expPC,expEV = LoadExpBasis()
  File "/content/Deep3DFaceReconstruction/utils.py", line 15, in LoadExpBasis
    expMU.fromfile(Expbin,3*n_vertex)
EOFError: read() didn't return enough bytes