You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: micro_sam/sam_annotator/_tooltips.py
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -48,23 +48,22 @@
48
48
"pattern": "Select a pattern for selecting files. E.g. '*.tif' to only select tif files. By default all files in the input folder are selected.",
49
49
"is_volumetric": "Choose if the data you annotate is volumetric.",
50
50
},
51
-
# TODO update these once we have finalized the names in the widget.
52
51
"training": {
53
-
"checkpoint": "checkpoint",
54
-
"device": "device",
55
-
"initial_model": "initial_model",
56
-
"label_key": "label_key",
57
-
"label_path": "label_path",
58
-
"label_path_val": "label_path_val",
59
-
"name": "Name of the new model.",
60
-
"patch": "patch",
61
-
"raw_key": "raw_key",
62
-
"raw_path": "raw_path",
63
-
"raw_path_val": "raw_path_val",
64
-
"segmentation_decoder": "segmentation_decoder",
65
-
"output_path": "output_path",
66
-
"n_epochs": "n_epochs",
67
-
"configuration": "configuration",
52
+
"checkpoint": "Select a checkpoint (saved model) to resume training from.",
53
+
"device": "Select the computational device to use for processing.",
54
+
"initial_model": "Select the model name used as starting point for training.",
55
+
"label_key": "Define the key that holds to the segmentation labels. Use a pattern, e.g. \"*.tif\" select multiple files or an internal path for hdf5, zarr or similar formats.",
56
+
"label_path": "Specify the path to the segmentaiton labels for training. Can either point to a directory or single file.",
57
+
"label_path_val": "Specify the path to the segmentation labels for validation. Can either point to a directory or single file.",
58
+
"name": "Enter the name of the model that will be trained.",
59
+
"patch": "Select the size of image patches used for training.",
60
+
"raw_key": "Define the key that holds to the image data. Use a pattern, e.g. \"*.tif\" select multiple files or an internal path for hdf5, zarr or similar formats.",
61
+
"raw_path": "Specify the path to the image data for training. Can either point to a directory or single file.",
62
+
"raw_path_val": "Specify the path to the image data for training. Can either point to a directory or single file.",
63
+
"segmentation_decoder": "Choose whether to train with additional segmentation decoder or not.",
64
+
"output_path": "Specify the path where you want to save the trained model after the training process.",
65
+
"n_epochs": "Define the number of training epochs for your model.",
66
+
"configuration": "Specifiy the hardware configuration to use for training.",
0 commit comments