On line 249 of the deploy.prototxt in the Caffe Model folder num_output is set to 256. This is incorrect as the number of labels in map.txt is only 250. Changing num_output 250 requires retraining of the whole model, therefore the way I got around this in my code is by adding 5 lines with 'dummy' labels. I am not sure why I am the only one who has hit this issue as I presume the server is working (I am still trying to install it). Please let me know if this is an issue for you guys as well or if it is just me.
On line 249 of the deploy.prototxt in the Caffe Model folder
num_outputis set to 256. This is incorrect as the number of labels in map.txt is only 250. Changingnum_output250 requires retraining of the whole model, therefore the way I got around this in my code is by adding 5 lines with 'dummy' labels. I am not sure why I am the only one who has hit this issue as I presume the server is working (I am still trying to install it). Please let me know if this is an issue for you guys as well or if it is just me.