You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of U-Net + Dilated Convolution. Network detail is shown on below figure.
I used this network in "Carvana-Image-Masking-Challenge-Competition".
model.py / model_pytorch.py
A script of model definition.
losses.py
A script of loss functions definition.
About
3rd place solution ( Carvana Image Masking Challenge )