land_cover_classification_unet icon indicating copy to clipboard operation
land_cover_classification_unet copied to clipboard

This repository contains code for implementing multi class semantic segmentation (specifically applied to satellite image classification) with PyTorch implementation of UNet.

Results 5 land_cover_classification_unet issues
Sort by recently updated
recently updated
newest added

Hello sir, I found your work thanks to the awesome Medium post and first of all I congratulate you. During my code exploration I think I found a bug in...

Hi, I'm running the code with the sample training data with windows 10 operate system. If I run it in float precision, there would be an error "CUDA out of...

When we follow the steps on the jupyter notebook, the dataset downloaded from kaggle comes with some images with no masks and outputs an error for the code you provided....

When I tried the train.py on my dataset it gives me this error

in eval.py on 31 line: tot += dice_coeff(pred, true_masks).item() What is dice_coeff ?