3DeeCellTracker Demo: Train 3D U-Net

This notebook shows how to use 3DeeCellTracker to train a 3D U-Net.

The basic procedures:

  1. Initialize the parameters for training
  2. Load the train / validation datasets
  3. Preprocess the datasets
  4. Train the 3D U-Net
  5. Select the best weights and save the model

Please run folloing codes according to the instructions

Import packages

1. Initialize the parameters for training

2. Load the train / validation datasets

3. Preprocess the datasets

Show the normalized images (max projection)

Show the divided images (part)

4. Train the 3D U-Net

5. Select the best weights and save the model