Ask Your Question

graspergazon's profile - activity

2018-02-16 06:46:34 -0600 marked best answer Where can I find the caffe models for the Openpose sample of the dnn module?

I tried to load the models from https://github.com/CMU-Perceptual-Com... but the example code fails at assert(len(BODY_PARTS) == out.shape[1])

Am I using the right models? In the example a simplified model is mentioned. Does this mean that I need to load this simplified model? If this is the case, where can I find it?

2018-02-16 05:11:29 -0600 received badge  Student (source)
2018-02-16 05:11:10 -0600 asked a question Where can I find the caffe models for the Openpose sample of the dnn module?

Where can I find the caffe models for the Openpose sample of the dnn module? I tried to load the models from https://git