fengju514 / Expression-Net

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

ImportError: No module named network_shape #2

Closed 13293824182 closed 6 years ago

13293824182 commented 6 years ago

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

13293824182 commented 6 years ago

Hope to get your answers and help

fengju514 commented 6 years ago

Could you let me know the error message you got so that I can inspect it carefully?

CarlYaki commented 6 years ago

ran into the same problem. run cp ./kaffe/tensorflow/network_shape.py ./ResNet/ cp ./kaffe/tensorflow/network_expr.py ./ResNet/ under /path/to/Expression-Net should fix it.

jhgfkdj commented 6 years ago

@fengju514 是的,您在ThreeDMM_shape.py中import的那个network_shape模块没有给出来……

lvzhihan commented 5 years ago

(3dmm_cnn) event@event2:~/Documents/Expression-Net-master$ python main_ExpShapePoseNet.py input.csv Traceback (most recent call last): File "main_ExpShapePoseNet.py", line 20, in from ThreeDMM_shape import ResNet_101 as resnet101_shape File "./ResNet/ThreeDMM_shape.py", line 4, in from network_shape import Network_Shape ImportError: No module named network_shape

danindiana commented 5 years ago

ran into the same problem. run cp ./kaffe/tensorflow/network_shape.py ./ResNet/ cp ./kaffe/tensorflow/network_expr.py ./ResNet/ under /path/to/Expression-Net should fix it.

Can confirm this worked to get me up and running. Thanks!

OS: Ubuntu 18.10 cosmic
Kernel: x86_64 Linux 4.18.0-13-generic Uptime: 1h 2m Packages: 2598 Shell: bash 4.4.19 Resolution: 1920x1200 DE: LXDE WM: OpenBox