deepcut-cnn icon indicating copy to clipboard operation
deepcut-cnn copied to clipboard

CNN architecture for articulated human pose estimation

Results 19 deepcut-cnn issues
Sort by recently updated
recently updated
newest added

I am getting out of memory error while running the demo using the following command. I am using GeForce GTX 1070. `python ./pose_demo.py image.png --out_name=prediction` ``` INFO:estimate_pose:Done! F1028 23:43:02.663663 10368...

When I run "make all pycaffe", I get the following error: src/caffe/layers/pose_data_layer.cpp: In member function ‘virtual void caffe::PoseDataLayer::DataLayerSetUp(const std::vector&, const std::vector&)’: src/caffe/layers/pose_data_layer.cpp:294:3: warning: ‘auto’ changes meaning in C++11; please remove...

i tried to compile it amd got some error in post_data_layer.cpp i think the problem is from because of the compiler that i use. There are some unused variable inside...

Thanks for publishing this code. Here is a sync of the upstream repository of caffe so deepcut now works on the latest cudnn 7. The proto has been adapted slightly,...

I have followed all procedures in README. However, when I finally try to run the demo.py, I get an error. IndexError: boolean index did not match indexed array along dimension...

Hi, I build the caffe successful and add the pose directory to the caffe dir, when I test the image.png ,everything is ok. but when i choose some pictures of...

your deepercut is about mulit person ,but u give single-person model,too.I want to know can i use your single-person model to meet mulit-person task? And when training detection,Is datasets must...

Is it possible to have ResNet-50 for this approach?