Openpose: No people detection and no pose estimation on GPU mode(Ubuntu 16.04)

Created on 23 May 2018  Â·  4Comments  Â·  Source: CMU-Perceptual-Computing-Lab/openpose

Hello,thanks for your great work! I met some problem here. Forward to your reply~

Issue Summary

After I configured Openpose properly, I ran the command, "./build/examples/openpose/openpose.bin --video examples/media/video.avi" . There is no No people detection and no pose estimation int the sample video.

Executed Command (if any)

Command ./build/examples/openpose/openpose.bin --video examples/media/video.avi

OpenPose Output (if any)

The console output :
andrew@andrew-Vostro-7570:~/workspace/openpose-master$ ./build/examples/openpose/openpose.bin --video examples/media/video.avi
Starting pose estimation demo.
Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0.
Starting thread(s)
Real-time pose estimation demo successfully finished. Total time: 50.890938 seconds.

But in the video, there is 0 people detected and no pose estimation.

Type of Issue

  • Execution error

Your System Configuration

  1. General configuration:

    • Installation mode: CMake(Ubuntu)
    • Operating system : Ubuntu 16.04 LTS
    • Release or Debug mode? : release
    • Compiler : 5.4.0 in Ubuntu
  2. Non-default settings:

    • 3-D Reconstruction module added? : no
  3. 3rd-party software:

    • Caffe version: Default from OpenPose
    • CMake version : 3.5.1
    • OpenCV version: compiled from source 3.4.1
  4. If GPU mode issue:

    • CUDA version : 8.0
    • cuDNN version: 5.1
    • GPU model : Geforce GTX1060
duplicate help wantequestion

Most helpful comment

(Duplicated) This usually happen when the *.caffemodel have not being properly downloaded. Try downloading them again. Otherwise, does webcam or image_dir work?

All 4 comments

(Duplicated) This usually happen when the *.caffemodel have not being properly downloaded. Try downloading them again. Otherwise, does webcam or image_dir work?

Webcam and image_dir all work well, but also no people detected. I will download the model again. Thanks for your reply!

I find that it's probably network problem..After I downloaded the model, people detection works well! Thank you!

@AndrewSoul ,
Initially, I did not know how to downlaod the model, but I have managed to download the model again and yet I cannot figure out how to fix the problem.
The video runs very quickly and it does not detect any people.

./build/examples/openpose/openpose.bin --video examples/media/video.avi --num_gpu 0 --num_gpu_start 1

Starting OpenPose demo...
Configuring OpenPose...
Starting thread(s)...
OpenPose demo successfully finished. Total time: 0.772060 seconds.

Kindly let me if you can help me fix the problem please?
Thanks

Was this page helpful?
0 / 5 - 0 ratings