CMU-Perceptual-Computing-Lab / caffe_rtpose

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

Running on a video problem #12

Closed NIEYALI closed 7 years ago

NIEYALI commented 7 years ago

user1@multilab:~/YALI/RMPE/caffe$ ./build/examples/rtpose/rtpose.bin --video dance.mp4 --net_resolution 656x368 --num_gpu 2 --logtostderr --write_frames output/ I0124 16:48:03.524648 28526 rtpose.cpp:1687] Display resolution: 1280x720 I0124 16:48:03.524807 28526 rtpose.cpp:1693] Net resolution: 656x368 I0124 16:48:03.524914 28526 rtpose.cpp:1468] Finish spawning 2 threads. I0124 16:48:03.525133 28538 rtpose.cpp:175] Setting GPU 0 I0124 16:48:03.525133 28539 rtpose.cpp:175] Setting GPU 1 init done opengl support available I0124 16:48:04.400218 28538 rtpose.cpp:180] GPU 0: copying to person net I0124 16:48:08.809712 28538 rtpose.cpp:202] start_scale = 1 I0124 16:48:08.809803 28538 rtpose.cpp:231] Dry running... I0124 16:48:08.810757 28539 rtpose.cpp:202] start_scale = 1 I0124 16:48:08.810843 28539 rtpose.cpp:231] Dry running... I0124 16:48:09.038563 28539 rtpose.cpp:233] Success. I0124 16:48:09.038861 28539 rtpose.cpp:1081] GPU 1 is ready I0124 16:48:09.041012 28538 rtpose.cpp:233] Success. I0124 16:48:09.042523 28538 rtpose.cpp:1081] GPU 0 is ready I0124 16:50:39.920331 28634 rtpose.cpp:526] Done, exiting. # frames: 4549

I ran it like this , but nothing in the 'output' file, and it seems it doesn't work. Do you know the problem? thank you

NIEYALI commented 7 years ago

Thanks, I read other's problem , add '--no_display', It works