Skip to content

Commit fc4cc45

Browse files
Donglai Weiclaude
andcommitted
Update large decode yaml: drop border_ prefix from merge params
Config params now match face_merge_pairs names directly: min_overlap, iou_threshold, one_sided_threshold, one_sided_min_size, affinity_threshold. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 74c9967 commit fc4cc45

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tutorials/waterz_decoding_large.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ large_decode:
4040
aff_threshold_high: 0.999
4141
channel_order: xyz
4242

43-
# Border stitching parameters (same algorithm as branch_merge)
44-
border_min_overlap: 10 # min overlap pixels to consider a pair
45-
border_iou_threshold: 0.0 # full Jaccard IOU threshold (0=disabled)
46-
border_one_sided_threshold: 0.9 # overlap/min_size for small-into-large merge
47-
border_one_sided_min_size: 0 # min segment size in face for one-sided merge
48-
border_affinity_threshold: 0.0 # min boundary affinity (0=disabled)
43+
# Border stitching parameters (same as face_merge_pairs / branch_merge)
44+
min_overlap: 10 # min overlap pixels to consider a pair
45+
iou_threshold: 0.0 # full Jaccard IOU threshold (0=disabled)
46+
one_sided_threshold: 0.9 # overlap/min_size for small-into-large merge
47+
one_sided_min_size: 0 # min segment size in face for one-sided merge
48+
affinity_threshold: 0.0 # min boundary affinity (0=disabled)
4949

5050
# Output
5151
write_output: true # assemble final volume

0 commit comments

Comments
 (0)