3D-UNet-PyTorch-Implementation icon indicating copy to clipboard operation
3D-UNet-PyTorch-Implementation copied to clipboard

The implementation of 3D-UNet using PyTorch

Results 3 3D-UNet-PyTorch-Implementation issues
Sort by recently updated
recently updated
newest added

I ran "train.py" but the error was happended. The error is ModuleNotFoundError: No module named 'unet3d_model.tmp' I can't find "tmp" in unet3d_model. Where is "tmp"?

so i've got a set of 3D images (128, 128, 128) (both images and their appropriate masks). I want to run this implementation of UNet on it. How would I...

您好,请问您的代码有实现稀疏标注数据的训练么?