patrikhuber / 4dface

Real-time 3D face tracking and reconstruction from 2D video

Home Page:https://www.4dface.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when run 4dface

WwYyFan opened this issue · comments

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

@patrikhuber
Please tell me how to solve this problem.

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.

@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

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.