Update mean file help
authorDaniel Golden <dgolden1@gmail.com>
Wed, 3 Dec 2014 22:30:14 +0000 (14:30 -0800)
committerDaniel Golden <dgolden1@gmail.com>
Wed, 3 Dec 2014 22:31:46 +0000 (14:31 -0800)
commita5b7b2d7ede8dd37f4e6bdcf87ca3e71f78633e0
tree3fb06733f2fc370cdd08ef3fb22adf0d95152898
parentc67c8d18d51bc341ebf91354adf12678ef82a506
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)
python/classify.py