• Stars
    star
    215
  • Rank 182,816 (Top 4 %)
  • Language
    Python
  • Created almost 7 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

3rd place solution ( Carvana Image Masking Challenge )

Kaggle-Carvana-3rd-place-solution

Implementation of U-Net + Dilated Convolution. Network detail is shown on below figure. I used this network in "Carvana-Image-Masking-Challenge-Competition".

network

model.py / model_pytorch.py

A script of model definition.

losses.py

A script of loss functions definition.