Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Aug 27, 2024
1 parent 3fe600c commit 844816b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions micro_sam/multi_dimensional_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 844816b

Please sign in to comment.