patrikhuber / 4dface

Real-time 3D face tracking and reconstruction from 2D video
https://www.4dface.io
Apache License 2.0
792 stars 248 forks source link

error when run 4dface #53

Closed WwYyFan closed 5 years ago

WwYyFan commented 5 years ago
Error reading the RCR model "../share/face_landmarks_model_rcr_68.bin": Failed to read 14797344 bytes from input stream! Read 3905020
WwYyFan commented 5 years ago

@patrikhuber Please tell me how to solve this problem.

patrikhuber commented 5 years ago

Hi @WwYyFan, The first step would be a proper description of what exactly you've done and an analysis of what you've tried so far and what/why it still doesn't work.

WwYyFan commented 5 years ago

@patrikhuber
My system is ubuntu 16.04 and I did the steps as you say in readme.md , but when I run the 4dface app ,it occur Error reading the RCR model "../share/face_landmarks_model_rcr_68.bin": Failed to read 14797344 bytes from input stream! Read 3905020

patrikhuber commented 5 years ago

Well, did the file face_landmarks_model_rcr_68.bin download successfully? Perhaps try re-downloading it manually? (You can find the URL in the CMakeLists.txt). Try manually specifying the path? Etc.