ChoiDM / pytorch-deeplabv3plus-3D

Deeplabv3 plus 3D version (in pytorch)
32 stars 10 forks source link

Decoder of the network #3

Open laurenzheidrich opened 3 years ago

laurenzheidrich commented 3 years ago

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 can understand your implemetation, the only thing that is being done to the output of ASPP is trilinear interpolation. So basically, the decoder from the DeepLabv3+ paper is not implemented yet, right? Is there any reason you chose not to do it?

Thanks!

ZefanW commented 3 years ago

This is actually an implementation of deeplabv3 rather than v3plus. The repository name is mistaken.