naturomics / CapsNet-Tensorflow

A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
Apache License 2.0
3.8k stars 1.16k forks source link

Only 10% test accuracy on rotated images!!!! #58

Open kumarlamichhane opened 6 years ago

kumarlamichhane commented 6 years ago

CapsNet is said to perform better for rotated images.. but i trained the network with original images .. and tested the model with rotated images... the test accuracy was 10%... which is so depressing..

crazyfox55 commented 6 years ago

@kumarlamichhane Do you get similar results for translated images?

kumarlamichhane commented 6 years ago

I havent tested it yet with the translated images

kumarlamichhane commented 6 years ago

I scaled the images to find the test accuracy for scaled images to be 10% only.