SIGN IN SIGN UP
BVLC / caffe UNCLAIMED

Caffe: a fast open framework for deep learning.

0 0 0 C++

Update mean file help

Numpy array dimensions should be [Channels x Height x Width], NOT [Height x Width x Channels]

If an image mean file is supplied with channels as the last dimension, classify.py throws errors like:

ValueError: operands could not be broadcast together with shapes (3,227,227) (256,0,225) (3,227,227)
D
Daniel Golden committed
a5b7b2d7ede8dd37f4e6bdcf87ca3e71f78633e0
Parent: c67c8d1