实时多人2D姿势估计

时间:2019-05-07 13:22:52

标签: python-3.x

我正在做2D实时姿势估计的项目。在运行代码时,出现以下错误

Traceback (most recent call last):
  File "run_webcam.py", line 8, in <module>
    from tf_pose.estimator import TfPoseEstimator
  File "C:\Users\dharma\Desktop\tf-pose-estimation\tf_pose\__init__.py", line 5, in <module>
    from tf_pose.runner import infer, Estimator, get_estimator
  File "C:\Users\dharma\Desktop\tf-pose-estimation\tf_pose\runner.py", line 8, in <module>
    from tf_pose import eval
  File "C:\Users\dharma\Desktop\tf-pose-estimation\tf_pose\eval.py", line 10, in <module>
    from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'

0 个答案:

没有答案