This package is used for loading color maps from Python matplotlib package into matlab.
I recommend using Anaconda to setup the environment. Run the following commands:
conda create --name cmap python=3.11
conda activate cmap
pip install -r ./requirements.txt
python visualization.py
python export.py
Color maps will be store as .txt files in ./logs directory.
Put dataset in ./data directory as .mat file.
Follow the example code in load_cmap.m file to apply these color maps to your dataset.