Daniil-Osokin / lightweight-human-pose-estimation-3d-demo.pytorch

Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
Apache License 2.0
656 stars 138 forks source link

demo issue #31

Closed jiandandian2 closed 4 years ago

jiandandian2 commented 4 years ago

root@node6:~/data/wang_hao/lightweight-human-pose-estimation-3d-demo.pytorch# python demo.py --model human-pose-estimation-3d.pth --video dance.mov

Cannot load fast pose extraction, switched to legacy slow implementation.

: cannot connect to X server

I have not run step2,3 because it mistake, and I accept your advice on other issue only run the demo, and I get this mistake, how to solve it?

Daniil-Osokin commented 4 years ago

The error cannot connect to X server says, that no display available. Do you run the demo on the host with the display?

jiandandian2 commented 4 years ago

I get the problem, I run it on ssh

Daniil-Osokin commented 4 years ago

Ok, great.