Using the napari-easytrack plugin for napari
The following steps are part of the typical napari-easytrack workflow.
Open
napariand load your image data.Open the
Trackingwidget fromnapari-EasyTrackplugin from the plugins menu.Try out the different default presets for tracking by selecting them from the dropdown menu.
Click on
Apply Trackingto run the tracking algorithm with the selected preset.If the results are not satisfactory, you can try to improve the segmentation with our
Clean SegmentationandRemove Small Objectsbuttons.5.1. The
Clean Segmentationbutton keeps the the largest connected component per label on each frame, and reassigns smaller fragments and small labels to closest neighbour identifier (cell).5.2. The
Remove Small Objectsbutton removes objects smaller than a specified size threshold.If None of the presets work well for your data, you can customize the tracking parameters by using our
Parameter Tuningwidget.The
Parameter tuningwidget required a ground truth dataset to compare the tracking results against.7.1. You can load your own ground truth dataset by selecting it on the
Ground Truth Layerdropdown menu.7.2. Select a
Study Name. It is autogenerated, but you can customise it.7.3. Select the number of
Trials(default is 128, which we think is a good number for most datasets).7.4. Select the
Timeout(in seconds, default is 60s). For larger datasets or older computers, you might want to increase this value.7.4.1. If the Timeout is reached during a trial, a penalty score will be assigned to that trial. The penalty score is defined by the
Timeout Penaltyparameter (default is 10,000).7.5
Sampleris inherited fromoptunalibrary. Default istpe. Other options israndom.7.6 You can tick on
Parallelto enable parallel processing (if your computer has multiple cores).7.7
Output Diris the directory where the temporal tuning rusults will be saved. No need to change this unless you want to save the results in a specific location.7.8 You can modify the
Voxel Sizeif your data is anisotropic (default is 1.0 for all dimensions).7.9 Click on
Start Tuningto begin the parameter tuning process. This process can take around 30 minutes depending on your dataset size and computer performance. Also, the score should be below theTimeout Penaltyvalue.7.10 Once the tuning is complete, it can be saved to a JSON file by clicking on the
Save Configbutton.You can use this presets file for future tracking tasks by selecting
Custom Presetfrom the presets dropdown menu.