The installation process for CaImAn GUI is slightly modified from the original CaImAn program. For more details, refer to the official CaImAn documentation.
user/
├── caiman_gui/
├── caiman_data/
│ ├── temp/
│ └── model/
│ ├── cnn_model.h5
│ ├── cnn_model.h5.pb
│ ├── cnn_model.json
│ ├── cnn_model_online.h5
│ └── ...
git clone <https://github.com/kantarcilab/caiman_gui.git>
cd caiman_gui
mamba env create -f environemnt.yml -n caiman
conda activate caiman
pip install -e .
The program requires TensorFlow 2.15.0 and Keras 2.15.0 for compatibility with the original CaImAn models (Keras 3 is not supported).
In the activated caiman environment, run: