Skip to content

πŸŽ† A visualization of the CapsNet layers to better understand how it works

License

Notifications You must be signed in to change notification settings

bourdakos1/CapsNet-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

303b780 Β· May 5, 2020

History

59 Commits
Dec 4, 2019
Jan 19, 2018
Jan 26, 2018
Feb 13, 2018
Mar 13, 2018
Feb 13, 2018
Feb 13, 2018
Mar 13, 2018
Jan 19, 2018
Feb 13, 2018
Jan 26, 2018
Feb 13, 2018
Dec 4, 2019
May 5, 2020

Repository files navigation

CapsNet-Visualization

For more information on capsule networks check out my Medium articles here and here.

Setup

Use pip to install the required python packages:

pip install -r requirements.txt

Running the Tool

Start the Flask application by running:

python run_visualization.py

Point your browser to: http://localhost:5000

Testing your own Images

Add your images to the test_images directory.

Run:

python render.py [filename]