3DeeCellTracker Demo: single mode

This notebook shows how to use 3DeeCellTracker to track cells in single mode.

The basic procedures:

  1. Initialize the parameters for tracking
  2. Prepare images to be tracked and the pre-trained U-Net and FFN models.
  3. Optimize segmentation parameters and segment the image at volume 1.
  4. Correct the segmentation at volume 1 (in other image processing software)
  5. Optimize tracking parameters.
  6. Track following volumes.

Please run folloing codes according to the instructions

Import packages

1. Initialize the parameters for tracking

Set parameters for the tracker

Image parameters

Segmentation parameters

Tracking parameters

Paths

Notes:

Multiple folders were automatically created to store data, model, and results

2. Prepare images and pre-trained models

Prepare images

3. Optimize segmentation parameters and segment the image at volume 1.

Modify the segmentation parameters (optional)

Segment cells at volume 1

Draw the results of segmentation (Max projection)

Show segmentation in each layer

4. Manually correct the segmentation at volume 1 and load it.

Manual correction

Move files to the folder

Load the manually corrected segmentation

Re-train the U-Net using the manual segmentation (optional)

Interpolate cells to make more accurate/smooth cell boundary

Initiate variables required for tracking

5. Optimize tracking parameters.

Modify tracking parameters if the test result is not satisfied (optional)

Test a matching between volume 1 and a target volume, and show the FFN + PR-GLS process by an animation (5 iterations)

Show the accurate correction after the FFN + PR-GLS transformation

Show the superimposed cells + labels before/after tracking

6. Tracking following volumes

Track and show the processes

Show the processes as an animation (for diagnosis)