CMU-Perceptual-Computing-Lab / caffe_rtpose

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

stuck in infinate loop #32

Closed jianzuguan closed 7 years ago

jianzuguan commented 7 years ago

I try to run it with a 13 second video but seems like it is stuck in a infinite loop.

.build_release/examples/rtpose/rtpose.bin --video ../data/videos/VID00002.MP4 --write_json ../data-json/ --num_scales 3 --scale_gap 0.15 --logtostderr

I0401 14:02:38.742015  2667 rtpose.cpp:1692] Display resolution: 1280x720
I0401 14:02:38.742077  2667 rtpose.cpp:1698] Net resolution: 656x368
I0401 14:02:38.742128  2667 rtpose.cpp:1473] Finish spawning 1 threads.
I0401 14:02:38.742218  2669 rtpose.cpp:176] Setting GPU 0
init done
opengl support available
I0401 14:02:38.978080  2669 rtpose.cpp:181] GPU 0: copying to person net
I0401 14:02:39.859575  2669 rtpose.cpp:203] start_scale = 1
I0401 14:02:39.859652  2669 rtpose.cpp:232] Dry running...
I0401 14:02:41.381358  2669 rtpose.cpp:234] Success.
I0401 14:02:41.381680  2669 rtpose.cpp:1082] GPU 0 is ready
I0401 14:02:56.365974  2684 rtpose.cpp:541] Looping video after 419 frames
I0401 14:03:10.640458  2684 rtpose.cpp:541] Looping video after 419 frames
I0401 14:03:28.184327  2684 rtpose.cpp:541] Looping video after 419 frames
I0401 14:03:44.831750  2684 rtpose.cpp:541] Looping video after 419 frames
I0401 14:04:04.101912  2684 rtpose.cpp:541] Looping video after 419 frames
I0401 14:04:22.384856  2684 rtpose.cpp:541] Looping video after 419 frames
I0401 14:04:41.226457  2684 rtpose.cpp:541] Looping video after 419 frames
I0401 14:05:00.453107  2684 rtpose.cpp:541] Looping video after 419 frames

Any one come across with this?

gineshidalgo99 commented 7 years ago

It has been fixed in the new release: https://github.com/CMU-Perceptual-Computing-Lab/openpose

(sorry for my late answer)

Thanks!