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: README.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,12 @@ just test lucchi++ outputs/lucchi++/$EXPERIMENT_DATE/checkpoints/best.ckpt
159
159
-**Efficient Data Loading:** Pre-loaded caching, MONAI transforms
160
160
-**Gradient Accumulation:** Train with large effective batch sizes
161
161
162
+
### 🧩 Decoding & Post-Processing
163
+
-**Waterz Decoder:** Watershed + hierarchical agglomeration on affinity graphs with tunable scoring functions (`aff50_his256`, `aff85_his256`, etc.)
164
+
-**Dust Merge:** Zwatershed-style size+affinity cleanup — merges small fragments into their best-affinity neighbor instead of dropping to background (C++/Cython)
165
+
-**Optuna Tuning:** Batch threshold sweep in a single waterz call (watershed computed once) for efficient hyperparameter search
166
+
-**Experiment Auto-Logging:** Every decode+eval run auto-appends parameters and metrics to `decode_experiments.tsv`
167
+
162
168
### 📊 Monitoring & Logging
163
169
-**TensorBoard:** Training curves, images, metrics
0 commit comments