A PyTorch implementation of Matrix Capsules with EM Routing
- Dataset GTSRB
The objective of this project is to use a very good reference Matrix Capsules implementation to experiment on German Traffic Sign Recognition Benchmark (GTSRB)
- Install PyTorch and dependencies
pip install -r requirements.txt
- Start training
python train.py
python confusion_matrix.py
By defaul it will load _final_gray_model.pth
pretrained model
python adversarial_test.py