Skip to content

Commit b0385e7

Browse files
author
Donglai Wei
committed
Refactor tutorial config layout and apply phase-1 schema migration
1 parent 33fcc29 commit b0385e7

16 files changed

Lines changed: 35 additions & 25 deletions
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,15 @@ monitor:
225225
threshold: 0.01
226226
divergence_threshold: 100.0
227227

228-
# Inference - MONAI SlidingWindowInferer for fiber segmentation (based on barcode-R-Base.yaml)
229-
inference:
228+
test:
230229
data:
231230
# Test on all available volumes (matches barcode INFERENCE IMAGE_NAME)
232-
# Note: test_path will be combined with these relative paths
233-
test_path: "/projects/weilab/dataset/barcode/train_r2/"
234-
test_image: ["DG_LZ58/0702-2-C4-DG-40X002_1-raw.tif"]
235-
test_label: ["DG_LZ58/0702-2-C4-DG-40X002_1-mask.tif"]
231+
test_image: ["/projects/weilab/dataset/barcode/train_r2/DG_LZ58/0702-2-C4-DG-40X002_1-raw.tif"]
232+
test_label: ["/projects/weilab/dataset/barcode/train_r2/DG_LZ58/0702-2-C4-DG-40X002_1-mask.tif"]
236233
test_resolution: [40, 16, 16] # Isotropic resolution
237-
# Output filename (auto-pathed based on the checkpoint folder)
238-
output_name: DG_train.h5
234+
235+
# Inference - MONAI SlidingWindowInferer for fiber segmentation (based on barcode-R-Base.yaml)
236+
inference:
239237

240238
# MONAI SlidingWindowInferer parameters
241239
sliding_window:
File renamed without changes.

0 commit comments

Comments
 (0)