You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then in the output, I am getting the following error:
Load preTrain model done.
Load preTrain model done.
Loading the model
Model loaded
Starting tracking
D:\PycharmProjects\init_facial_fidelity_capture\samples\details\019615.jpg
===> Landmarks detection done.
===> estimating proxy of D:\PycharmProjects\init_facial_fidelity_capture\samples\details\019615.jpg
Using expression prior from Facial Action Coding features.
Error loading the Morphable Model: Failed to read 16 bytes from input stream! Read 9
===> predicting details of D:\PycharmProjects\init_facial_fidelity_capture\samples\details\019615.jpg
LOG (Cannot open file [D:\PycharmProjects\init_facial_fidelity_capture\results\019615\result.obj]) ~In file (e:\face2face\code\release_v1\src\face_rendering\src\includes\ind\loaders.cc) , line (81) ERROR () ~In file (e:\face2face\code\release_v1\src\face_rendering\src\includes\ind\loaders.cc) , line (83)
Please help me in solving this.
The text was updated successfully, but these errors were encountered:
it looks likes the renderer attempts to load the obj file but it doesn't exist, so please check whether the folder exists the file "D:\PycharmProjects\init_facial_fidelity_capture\results\019615\result.obj",
Hello mayanktiwariiiitdmj,
How did you resolved this issue, I am Also facing a same issue but of a .mtl file
Here's the error message:
LOG (WARN: Material file [ result.mtl ] not found.
WARN: Failed to load material file(s). Use default material.
)
~In file (e:\face2face\code\release_v1\src\face_rendering\src\includes\ind\loaders.cc) , line (81)
When I am executing the following command in the PyCharm terminal
then in the output, I am getting the following error:
Load preTrain model done.
Load preTrain model done.
Loading the model
Model loaded
Starting tracking
D:\PycharmProjects\init_facial_fidelity_capture\samples\details\019615.jpg
===> Landmarks detection done.
===> estimating proxy of D:\PycharmProjects\init_facial_fidelity_capture\samples\details\019615.jpg
Using expression prior from Facial Action Coding features.
Error loading the Morphable Model: Failed to read 16 bytes from input stream! Read 9
===> predicting details of D:\PycharmProjects\init_facial_fidelity_capture\samples\details\019615.jpg
LOG (Cannot open file [D:\PycharmProjects\init_facial_fidelity_capture\results\019615\result.obj])
~In file (e:\face2face\code\release_v1\src\face_rendering\src\includes\ind\loaders.cc) , line (81)
ERROR ()
~In file (e:\face2face\code\release_v1\src\face_rendering\src\includes\ind\loaders.cc) , line (83)
Please help me in solving this.
The text was updated successfully, but these errors were encountered: