Releases: alexklibisz/deep-calcium
Releases · alexklibisz/deep-calcium
UNet2DS, UNet1D Models and Weights
Keras models and weights for UNet2DS and UNet1D with some training artifacts. Model files were serialized in Python3.5 and might not work with other version of Python.
UNet2DS:
- Weights from "Fast, Simple Calcium Imaging Segmentation with Fully Convolutional Networks"
- Trained at this commit.
- Validation F1 approximately 0.84. Neurofinder submission F1 = 0.569.
- Including training metrics.
UNet1D:
- Most recently-trained weights.
- Trained at this commit.
- Validation F2=0.81, recall=0.84, precision=0.71.
- Including training metrics and a sample of predictions on validation data.