CMU-Perceptual-Computing-Lab / caffe_rtpose

Realtime C++ code for multi-person pose estimation
Other
356 stars 207 forks source link

No output files with opencv 2.4.8 #22

Closed huzhenzhen closed 7 years ago

huzhenzhen commented 7 years ago

Thank you for sharing the source code.

I have the same problem with issue #7 with OpenCV version 2.4.8.

`hzz@bdp-gpu-01:~/MultiPose/caffe_rtpose$ ./build/examples/rtpose/rtpose.bin --no_display --image_dir image/ --write_frames output/

E0307 17:48:00.193135 16291 rtpose.cpp:1543] rtcpm successfully finished.

E0307 17:48:00.193334 16291 rtpose.cpp:1546] Total time: 10.2573 seconds.

hzz@bdp-gpu-01:~/MultiPose/caffe_rtpose$ cd output/

hzz@bdp-gpu-01:~/MultiPose/caffe_rtpose/output$ ls

hzz@bdp-gpu-01:~/MultiPose/caffe_rtpose/output$`

I have turned off the display but there is still no output.

scream7 commented 7 years ago

same issue

gineshidalgo99 commented 7 years ago

Hi, Solution on #21. (install libopencv-dev from the repository)