pytorch-deeplabv3plus-3D icon indicating copy to clipboard operation
pytorch-deeplabv3plus-3D copied to clipboard

Deeplabv3 plus 3D version (in pytorch)

Results 5 pytorch-deeplabv3plus-3D issues
Sort by recently updated
recently updated
newest added

Hi, I did read in the issues that this is actually a 3D implementation of DeepLabV3 instead of DeepLabV3+. Can you please clarify this in your Readme file instead and...

I'm trying to use resent 50 as an encoder, however it gives me this error. The code works fine with reset 18 and 34. Any idea ? conv3d() received an...

Hi there! I have used your implementation quite extensively already! So thank you already! But I have a question regarding the decoder part of the network. As far as I...

Hi there. I use DeeplabV3+ for 3D volume CT, for segmentation. But in validation, some prediction mask volumes are strange, like each layer is the same as each other. How...