CMU-Perceptual-Computing-Lab / caffe_rtpose

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

when running live video only first frame is written to file #26

Closed rguptatx closed 7 years ago

rguptatx commented 7 years ago

i am using: ./build/examples/rtpose/rtpose.bin --camera 0 --num_gpu 1 --write_frames output13/ --write_json output13/ only first frame is written to file, but i see subsequent frames being processed on the screen

yxchng commented 7 years ago

same here

alex-mcleod commented 7 years ago

I think this is because the same JSON / image file keeps getting overwritten. There is some issue with the frame counter not updating properly when webcam is used.

gineshidalgo99 commented 7 years ago

This error has been fixed in our latest release, sorry for answering that late! https://github.com/CMU-Perceptual-Computing-Lab/openpose