KevinLTT / video2bvh

Extracts human motion in video and save it as bvh mocap file.
MIT License
579 stars 90 forks source link

cannot import name 'pyopenpose'. What to do? #20

Closed VishveshBhat8 closed 4 years ago

VishveshBhat8 commented 4 years ago

I get the error "cannot import name 'pyopenpose'" when I execute the first part. What should I do?

shichaog commented 4 years ago

pyopenpose

you may install openpose with python, May refer to https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation.md.

KevinLTT commented 4 years ago

@shichaog Thanks~ That's right.

sangbum-hub commented 1 year ago

pyopenpose

you may install openpose with python, May refer to https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation.md.

so this page not found, then what can i do?