This repository contains code related to the publication "Capsule-net for Urdu digits recognition."
Before running the code, make sure to:
- Split the dataset into two folders:
data_traindata_test
These folders should be placed in the root directory of the project and retain the same naming.
To run the model from the terminal, use one of the following commands:
python capsulenet.pypython capsulenet.py --epochs 50python capsulenet.py --epochs 50 --num_routing 3Iqbal, Talha, Hazrat Ali, Muhammad Muneeb Saad, Shahid Khan, and Camel Tanougast. "Capsule-net for Urdu digits recognition." In 2019 10th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications (IDAACS), vol. 1, pp. 495–499. IEEE, 2019.
The dataset is intended solely for academic research purposes. Proper acknowledgement of the authors is required if the dataset is used in any work or publication.