Hello all,
Recently to try the "Fully convolutional network for semantic segmentation" I have installed torch-caffe-binding. from here
https://github.com/szagoruyko/torch-caffe-bindingSince this segmentation requires "caffe's future release version", i built the "future version" and the same future version is used to add torch-caffe-binding
Now to check the "torch-caffe-binding" i am trying the
"bvlc_alexnet.caffemodel"
While building caffe's future release, i had some problems in 'make test',rest all passed
I continued with the compilation and when i tried require "caffe" th prompted a 'true'
Then I tried "bvlc_alexnet.caffemodel" as given in the torch-caffe-binding link,when the net:forward(input) is given,the itorch notebook is still running.The terminal displays error like,
th> output = net:forward(input)
F0106 00:23:46.470368 23604 caffe.cpp:43] Check failed: bottom->size[0]*bottom->size[1]*bottom->size[2]*bottom->size[3] == input_blobs[i]->count() (309174 vs. 1545870) MatCaffe input size does not match the input size of the network
*** Check failure stack trace: ***
I am not using MatCaffe and I cannot understand what is happening behind.
sorry for the long question.Any suggestions will be of great help
regards
srikanth