(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?
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.
Most helpful comment
you need to set PYTHONPATH.
$ export PYTHONPATH=/path_to_tf-pose-estimation/:$PYTHONPATH
you may write it in .bashrc