Document batched waterz evaluation
Browse files
README.md
CHANGED
|
@@ -159,8 +159,13 @@ python scripts/evaluate_cremi_segmentation.py \
|
|
| 159 |
--crop-size 0 0 0 \
|
| 160 |
--stride 16 80 80 \
|
| 161 |
--backends waterz \
|
| 162 |
-
--thresholds 0.20 0.
|
| 163 |
--calibration-biases -0.25 -0.50 -0.50 \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 164 |
--metric-backend skimage \
|
| 165 |
--ignore-label 0 \
|
| 166 |
--cremi-boundary-ignore-distance-xy 1 \
|
|
@@ -168,6 +173,11 @@ python scripts/evaluate_cremi_segmentation.py \
|
|
| 168 |
--device cuda
|
| 169 |
```
|
| 170 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
The summary is written to:
|
| 172 |
|
| 173 |
```text
|
|
|
|
| 159 |
--crop-size 0 0 0 \
|
| 160 |
--stride 16 80 80 \
|
| 161 |
--backends waterz \
|
| 162 |
+
--thresholds 0.16 0.18 0.20 0.22 0.24 \
|
| 163 |
--calibration-biases -0.25 -0.50 -0.50 \
|
| 164 |
+
--seed-method maxima_distance \
|
| 165 |
+
--seed-distance 10 \
|
| 166 |
+
--boundary-threshold 0.5 \
|
| 167 |
+
--waterz-scoring hist_quantile \
|
| 168 |
+
--batched-waterz \
|
| 169 |
--metric-backend skimage \
|
| 170 |
--ignore-label 0 \
|
| 171 |
--cremi-boundary-ignore-distance-xy 1 \
|
|
|
|
| 173 |
--device cuda
|
| 174 |
```
|
| 175 |
|
| 176 |
+
`--batched-waterz` evaluates all waterz thresholds for each affinity variant in
|
| 177 |
+
one waterz hierarchy pass. It keeps the reported R48 VOI unchanged
|
| 178 |
+
(`0.962154`) and reduces threshold-sweep post-processing time from about
|
| 179 |
+
`75s` to about `17s` on CREMI A/B/C.
|
| 180 |
+
|
| 181 |
The summary is written to:
|
| 182 |
|
| 183 |
```text
|