├── Capsnet - Traffic sign classifier.pptx ├── LICENSE ├── Novel Method for Traffic Sign Detection Using Capsule Networks (Copy)2 (1).zip ├── README.md ├── Traffic_Sign_Classifier-Copy1.ipynb ├── Traffic_Sign_Classifier-test.ipynb ├── caps_net.py ├── capsnet_Paper.pdf ├── capsulenets_hinton.pdf ├── data_handler.py ├── images ├── chart.jpg ├── softmax.png └── tensorboard.png ├── logger.py ├── model.py ├── model_base.py ├── settings └── hyperparameters.json ├── signnames.csv ├── test.py ├── test_web_images.py ├── train.py └── utils.py /Capsnet - Traffic sign classifier.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/Capsnet - Traffic sign classifier.pptx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/LICENSE -------------------------------------------------------------------------------- /Novel Method for Traffic Sign Detection Using Capsule Networks (Copy)2 (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/Novel Method for Traffic Sign Detection Using Capsule Networks (Copy)2 (1).zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/README.md -------------------------------------------------------------------------------- /Traffic_Sign_Classifier-Copy1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/Traffic_Sign_Classifier-Copy1.ipynb -------------------------------------------------------------------------------- /Traffic_Sign_Classifier-test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/Traffic_Sign_Classifier-test.ipynb -------------------------------------------------------------------------------- /caps_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/caps_net.py -------------------------------------------------------------------------------- /capsnet_Paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/capsnet_Paper.pdf -------------------------------------------------------------------------------- /capsulenets_hinton.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/capsulenets_hinton.pdf -------------------------------------------------------------------------------- /data_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/data_handler.py -------------------------------------------------------------------------------- /images/chart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/images/chart.jpg -------------------------------------------------------------------------------- /images/softmax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/images/softmax.png -------------------------------------------------------------------------------- /images/tensorboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/images/tensorboard.png -------------------------------------------------------------------------------- /logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/logger.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/model.py -------------------------------------------------------------------------------- /model_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/model_base.py -------------------------------------------------------------------------------- /settings/hyperparameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/settings/hyperparameters.json -------------------------------------------------------------------------------- /signnames.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/signnames.csv -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/test.py -------------------------------------------------------------------------------- /test_web_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/test_web_images.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dineshresearch/Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks/HEAD/utils.py --------------------------------------------------------------------------------