This repository is the official implementation of Convolutional Monge Mapping Normalization for learning on Sleep data. This repository proposes an example of the method applied to Physionet data available on MNE-python.
(The other datasets used in the paper are available on request. That the reason why we propose an example on Physionet data only.)
Follow the instructions from pyTorch website.
Follow the instructions from MNE-python website.
git clone https://github.com/tgnassou/cmmn.git
cd cmmn
In a dedicated Python env, run:
pip install -e .
python examples/physionet.py
python examples/cmmn_visualization.py