fengju514 / Expression-Net

Deep 3DMM facial expression parameter extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named network_shape

13293824182 opened this issue · comments

I downloaded the model according to your steps and I get an error while running。

I have this problem too.

Same here. Did anyone found the solution for No module named network_shape

Use sys.path.append('./kaffe/tensorflow') instead of sys.path.append('/home/usc/Desktop/Research/FG18/ExpNet_Code_Release/kaffe/tensorflow')
in "./ResNet/ThreeDMM_shape.py", line 3.