From 844816b88ccea590a0f5e33e1e513d534f46a013 Mon Sep 17 00:00:00 2001 From: Constantin Pape Date: Tue, 27 Aug 2024 21:26:16 +0200 Subject: [PATCH] Add comment --- micro_sam/multi_dimensional_segmentation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/micro_sam/multi_dimensional_segmentation.py b/micro_sam/multi_dimensional_segmentation.py index 723a536d..81701f1b 100644 --- a/micro_sam/multi_dimensional_segmentation.py +++ b/micro_sam/multi_dimensional_segmentation.py @@ -501,6 +501,8 @@ def _parse_result(slice_segmentation, solver, graph): if degree_v == 0: # The track stops here. Assign v to the track id and increase it. track_assignment[v] = track_id track_id += 1 + # TODO double check how we handle lineages with only 1 track in micro-sam annotation. + # If they are also kept in the lineages field then we need to add them here as well. # Recolor the segmentation according to the track assignment.