Tf-pose-estimation: ModuleNotFoundError: No module named 'tf_pose' ??

Created on 31 May 2018  路  3Comments  路  Source: ildoonet/tf-pose-estimation

(tfpose) C:\Users\lim_l_000\Desktop\tf-pose2\tf_pose>python run_webcam.py --model=mobilenet_thin432x368 --camera=0
Traceback (most recent call last):
File "run_webcam.py", line 8, in
from tf_pose.estimator import TfPoseEstimator
ModuleNotFoundError: No module named 'tf_pose'

some body can help me?

Most helpful comment

you need to set PYTHONPATH.

$ export PYTHONPATH=/path_to_tf-pose-estimation/:$PYTHONPATH

you may write it in .bashrc

All 3 comments

you need to set PYTHONPATH.

$ export PYTHONPATH=/path_to_tf-pose-estimation/:$PYTHONPATH

you may write it in .bashrc

I have the same issue :/

you may run "python tf_pose/train.py" with other params at the root of "/path_to_tf-pose-estimation" if you would not like to change you bashrc file.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gavinzhang1995 picture gavinzhang1995  路  6Comments

tomercohen11 picture tomercohen11  路  6Comments

GreatGBL picture GreatGBL  路  4Comments

siddharthrajpatel picture siddharthrajpatel  路  4Comments

benhunt12 picture benhunt12  路  7Comments