tpfister / caffe-heatmap

Caffe with heatmap regression & spatial fusion layers. Useful for any CNN image position regression task.
http://www.robots.ox.ac.uk/~vgg/software/cnn_heatmap
Other
164 stars 99 forks source link

Error in running demo.py #20

Open rkdevelop opened 6 years ago

rkdevelop commented 6 years ago

Undefined function or variable 'set_mode_cpu'.

Error in caffe.set_mode_cpu (line 2) set_mode_cpu(1)

Error in initCaffe (line 3) caffe.set_mode_cpu();

Error in applyNet (line 10) net = initCaffe(opt);

Error in demo (line 27) joints = applyNet(files, opt)