greatlog / SWAHR-HumanPose

Bottom-up Human Pose Estimation
127 stars 20 forks source link

error : missing draw_skeleton.py from utils.vis #7

Closed greg-is-kub closed 3 years ago

greg-is-kub commented 3 years ago

I get this error when i try to use dist_inference , seems like there is a file missing or did I failed the installation?


Traceback (most recent call last):
  File "/home/kubler/data/HPE/SWAHR-HumanPose/tools/dist_inference.py", line 42, in <module>
    from utils.vis import draw_skeleton
ImportError: cannot import name 'draw_skeleton' from 'utils.vis' (/home/kubler/data/HPE/SWAHR-HumanPose/tools/../lib/utils/vis.py)```

Thanks for your help!

Greg
greatlog commented 3 years ago

Is there any other error information? Can you find the function 'draw_skeleton' in utils/vis.py file?

greg-is-kub commented 3 years ago

Nope, not any. The weird part is that i've only installed swahr without any further modification. I'll re-download util/vis.py and close this issue if the error is corrected .

Thanks for your help