We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b156fd8 commit 6243282Copy full SHA for 6243282
cellseg_models_pytorch/inference/predictor.py
@@ -451,7 +451,7 @@ def _predict_sliding_win(
451
soft_masks["nuc"].type_map = (nuc / recovery)[..., pady:-pady, padx:-padx]
452
soft_masks["nuc"].aux_map = (nuc_aux / recovery)[..., pady:-pady, padx:-padx]
453
if nuc_binary is not None:
454
- soft_masks["binary_map"].aux_map = (nuc_binary / recovery)[
+ soft_masks["nuc"].aux_map = (nuc_binary / recovery)[
455
..., pady:-pady, padx:-padx
456
]
457
0 commit comments