DeepLabV3FineTuning icon indicating copy to clipboard operation
DeepLabV3FineTuning copied to clipboard

Semantic Segmentation : Multiclass fine tuning of DeepLabV3 with PyTorch

Results 4 DeepLabV3FineTuning issues
Sort by recently updated
recently updated
newest added

Hi! First of all, thank you for this repository, it's easy to use and expand. I'm currently having some issues to generate good training results with my own dataset and...

Hi, In this part of the code https://github.com/jnkl314/DeepLabV3FineTuning/blob/14d535982f50580b5ba0fbfd307e46c2cb93219c/sources/dataloader.py#L35 the transforms are applied to both the image and label masks but I think the masks should not be normalized. There is...

I have some question ,when I finished training this code(main.training.py,use this program sample_dataset ) and I need to put in test images to see model training results. But I don't...

I have some questions about the `iou` function in `train.py`. According to literature, for segmentation tasks it is computed as the intersection over union and it should be the mean...