Hello,thanks for your great work! I met some problem here. Forward to your reply~
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.
Command ./build/examples/openpose/openpose.bin --video examples/media/video.avi
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.
General configuration:
Non-default settings:
3rd-party software:
If GPU mode issue:
(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
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?