Skip to content

Commit 6243282

Browse files
committed
fix: fix top-level key typo in predictor
1 parent b156fd8 commit 6243282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cellseg_models_pytorch/inference/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def _predict_sliding_win(
451451
soft_masks["nuc"].type_map = (nuc / recovery)[..., pady:-pady, padx:-padx]
452452
soft_masks["nuc"].aux_map = (nuc_aux / recovery)[..., pady:-pady, padx:-padx]
453453
if nuc_binary is not None:
454-
soft_masks["binary_map"].aux_map = (nuc_binary / recovery)[
454+
soft_masks["nuc"].aux_map = (nuc_binary / recovery)[
455455
..., pady:-pady, padx:-padx
456456
]
457457

0 commit comments

Comments
 (0)