Matrix-Capsules-EM-Tensorflow
Matrix-Capsules-EM-Tensorflow copied to clipboard
SmallNORB Data Creation
I just realized that the paper says that image samples are first normalized, then cropped, and then they add random brightness and contrast. But in your data creation code (data/smallNORB.py), you have added the random brightness and contrast before cropping.
Please add line number 164 and 165 after line number 180. It should have some effect on the accuracy I guess?
Thanks!