Skip to content

Commit e2c1110

Browse files
committed
clarify path options
1 parent 01ec514 commit e2c1110

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/virtual_staining/vcp_tutorials/quick_start.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,14 @@
121121
from viscy.translation.predict_writer import HCSPredictionWriter
122122

123123
# %%
124+
# NOTE: Nothing needs to be changed in this code block for the example to work.
125+
# If using your own data, please modify the paths below.
126+
124127
# TODO: Set download paths, by default the working directory is used
125128
root_dir = Path()
126-
# TODO: modify the path to the downloaded dataset
129+
# TODO: modify the path to the input dataset
127130
input_data_path = root_dir / "a549_hoechst_cellmask_test.zarr"
128-
# TODO: modify the path to the downloaded checkpoint
131+
# TODO: modify the path to the model checkpoint
129132
model_ckpt_path = root_dir / "epoch=399-step=23200.ckpt"
130133
# TODO: modify the path to save the predictions
131134
output_path = root_dir / "a549_prediction.zarr"

0 commit comments

Comments
 (0)