/optical_illusion

Colab notebook for generating Anomalous Mirror Symmetry

Primary LanguageJupyter Notebook

Anomalous Mirror Symmetry

Code for generating Anomalous Mirror Symmetry as described in "Anomalous Mirror Symmetry Generated by Optical Illusion" by Kokichi Sugihara.

alt text

Running in Google Colab

To get started, open the notebook AnomalousMirrorSymmetry.ipynb in Google Colab by clicking on the following link:

https://githubtocolab.com/markveillette/optical_illusion/blob/main/AnomalousMirrorSymmetry.ipynb

Running the notebook locally

To run the notebook in a local python environment, a few python libraries are required. See requirements.txt for the list of libaries that are needed. These can be installed using pip by running

pip install -r requirements.txt