to make bayesian inference work - [ ] d-stack the output probabilities with the variances - [ ] add a switch on top of `process_tf.process_svs()` whether or not to perform this concatenation - [ ] Check for bugs: https://github.com/BioImageInformatics/histo_seg/blob/ed2118852c247ef43d79b22e65870af9e5d344b5/core/process_tf.py#L104-L107 - [ ] Add a flag in the output settings to selectively save variance images - sum variance / pixel, and per-class variance / pixel
to make bayesian inference work
d-stack the output probabilities with the variances
add a switch on top of
process_tf.process_svs()whether or not to perform this concatenationCheck for bugs:
histo_seg/core/process_tf.py
Lines 104 to 107 in ed21188
Add a flag in the output settings to selectively save variance images - sum variance / pixel, and per-class variance / pixel