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
Add label_aux support: precomputed skeleton/SDT with cached dataset integration
- Add label_aux and label_aux_type fields to DataInputConfig
("skeleton" precomputes skeleton volume, "sdt" full SDT, "none" per-crop)
- Auto-precompute runs before build_train_transforms so keys are correct
- CachedVolumeDataset loads/caches/crops label_aux alongside image/label/mask
- MultiTaskLabelTransformd auto-detects skeleton vs SDT from data values
- skeleton_aware_edt_from_skeleton_vol: compute EDT per crop from precomputed skeleton
- kimimaro_config: derive TEASAR params from label statistics and resolution
- BBoxProcessor: add ThreadPoolExecutor parallelism for per-instance EDT
- precompute_skeleton_volume: rasterize kimimaro skeletons to label-like volume
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments