fengju514 / Expression-Net

Deep 3DMM facial expression parameter extraction
514 stars 123 forks source link

ImportError: No module named network_shape #1

Open 13293824182 opened 6 years ago

13293824182 commented 6 years ago

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

liny77 commented 5 years ago

I have this problem too.

Zeeshan75 commented 5 years ago

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

Sherry-JQ commented 5 years ago

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.