Correctly invert the swapping of colour channels
authorJames Thewlis <jamt9000@gmail.com>
Fri, 23 May 2014 14:59:52 +0000 (15:59 +0100)
committerJames Thewlis <jamt9000@gmail.com>
Fri, 23 May 2014 14:59:52 +0000 (15:59 +0100)
commitf1a85a3a495b41f0c8ce9ee7e96cfb61cf44c908
treef61e2fc030feba297989f43c3bbf5844546c1702
parente5d470efb3d10f68847d7adb6b7971a383f21e87
Correctly invert the swapping of colour channels

In the 'deprocess' method, get back the image with the original channel order
by inverting the original transform, rather than reversing the tuple which is
incorrect.
python/caffe/pycaffe.py