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

Error: ASSERT: "false" in file qasciikey.cpp, line 501 #11

Closed antoniolq closed 4 years ago

antoniolq commented 4 years ago

Hello, it got one problem when I run this code, do you how to fix it?

antoniolq commented 4 years ago

Is there any requirement for the input video size or shape?

Daniil-Osokin commented 4 years ago

Hi, I believe no, we've tested on videos with 240p resolution and above. Looks like it is OpenCV-related error, may be this or this will help. If latter the case, you can set delay = 10 here.

antoniolq commented 4 years ago

Thank you very much! I have fixed it!

Daniil-Osokin commented 4 years ago

Great it helped!