yuta-hi / pytorch_bayesian_unet

Migrate to PyTorch. Re-implementation of Bayesian Convolutional Neural Networks (BCNNs)
MIT License
57 stars 16 forks source link

[Request] 3D segmentation example #2

Open kevinkwshin opened 3 years ago

kevinkwshin commented 3 years ago

Hello, @yuta-hi. Thank you for sharing your code.

I wonder that if you could update examples of 3D segmentation or regression. It would be helpful to remove the uncertainty labels efficiently.

Best Regards

kevinkwshin commented 3 years ago

Hello, @yuta-hi, it's me again.

I wonder how can we implement segmentation in 3D. I've got errors in visualizer.

As you said in the document, I didn't get how I could change the transforms. "To visualize 3D volumes, you can pass the volume renderer to the transforms as described above."