Commit 2f8b521
NISB BANIS: turn off per-crop relabel_connected_components
base_banis.yaml inherited relabel_connected_components: true, which
renumbered label IDs per crop but did NOT renumber label_aux. The
runtime skeleton_aware_edt path then did `skel_crop == instance_id`
with mismatched IDs, silently falling back to a plain boundary EDT —
disabling the skeleton signal that v2+/erosion2 set up.
Flip the default off in base_banis.yaml so v0/v1 still get stable IDs
and v2+ actually use their precomputed seg_skeleton caches. The schema
default (False) already matched this intent; only the explicit override
here was forcing the bug.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent ebdcec4 commit 2f8b521
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
0 commit comments