deepcut-cnn
deepcut-cnn copied to clipboard
CNN architecture for articulated human pose estimation
Hello, I can get prediction.npz file from image.png using pose_demo.py. I want to get array of joints estimation npz file from many images. for example, image0000.png, image0001.png, image0002,png, image####.png, ......
Added git clone option and proper cd statments
Is there anybody successfully build this code in window?
When I run "make all", I get the following error: CXX src/caffe/layers/pose_data_layer.cpp src/caffe/layers/pose_data_layer.cpp: In member function ‘virtual void caffe::PoseDataLayer::load_batch(caffe::MultiBatch*)’: src/caffe/layers/pose_data_layer.cpp:615:59: error: there are no arguments to ‘DecodeDatumToCVMat’ that depend on...
how to crop a single person img from the src image(MPII dataset) I have read the annot mat,how to crop the single person from the infos x1 y1 x2 y2...
Just ran your demo. Thanks for sharing! Is there a simple way to identify which body parts are being detected for each dot? For instance, I'm trying to ID which...
Hi. Poses for single persons work great, however, I cannot seem to get it to correctly estimate the poses of more than 1 person. This should be possible right?
…or compatibility - you may correct the install_required.bash script for the particular distribution. This is designed for ubuntu 16.04.
a lot of warnings are thrown: > warning: ‘auto’ changes meaning in C++11 ubuntu 14.04: > /home/willi/deepcut-cnn/src/caffe/pose/segment_parts.cpp:157:20: error: ‘jnt’ was not declared in this scope ubuntu 16.04: > /usr/include/string.h:652:42: error:...