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
docs: 📝 document the in-place merge, empty-chunk skipping and block sizing
Covers the second review round: the occupancy map now lives beside
image.zarr and needs a tile-derived block (a block as coarse as the tile
makes every tile test occupied); chunks holding no labels are skipped in both
the boundary scan and the relabel, so background reaches neither disk nor
memory; and the workflow stages into the label group and relabels it in
place, taking three passes over the label volume down to two.
The restart trade-off is stated rather than glossed: in place, a job killed
mid-relabel leaves a half-relabelled array, where a separate output store
left the input intact to redo from. The label group is unregistered until the
merge finishes, so NGFF readers do not list a partial result.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments