fengju514 / Face-Pose-Net

Estimate 3D face pose (6DoF) or 11 parameters of 3x4 projection matrix by a Convolutional Neural Network
501 stars 109 forks source link

Error when I use Face-Pose-Net,pls help me! #15

Closed summerice021 closed 6 years ago

summerice021 commented 6 years ago

Dear Developer:   Hello,I have download your python open source project : Face-Pose-Net   https://github.com/fengju514/Face-Pose-Net   Why it pop up this bug:

  ModuleNotFoundError: No module named 'camera_calibration'   I have 1G of picture about human face,I need to get 6 DOF of their rotation,now I have to do the job hand by hand.I sincerely need your project to automatically do my job,please help me!   Xia Zhenghan 2018.2.26

fengju514 commented 6 years ago

camera_calibration.py should be in the folder face-renderer I think you didn't download the face-renderer properly. Please use the command git clone --recursive https://github.com/fengju514/Face-Pose-Net to get all files properly