Skip to content

Commit 4324163

Browse files
Add data explanation to the tracking example
1 parent dd65ef3 commit 4324163

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/sam_annotator_tracking.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
from micro_sam.sam_annotator import annotator_tracking
33

44

5-
# TODO describe how to get the data from CTC
5+
# This runs the interactive tracking annotator for data from the cell tracking challenge:
6+
# It uses the training data for the HeLA dataset. You can download the data via
7+
# http://data.celltrackingchallenge.net/training-datasets/DIC-C2DH-HeLa.zip
68
def track_ctc_data():
79
path = "./data/DIC-C2DH-HeLa/train/01"
810
with open_file(path, mode="r") as f:

0 commit comments

Comments
 (0)