pytorch-segmentation icon indicating copy to clipboard operation
pytorch-segmentation copied to clipboard

Training of semantic segmentation networks with PyTorch

Results 5 pytorch-segmentation issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for the work you provided. I am now trying to use the network fcn-resnet18-deepscene-576x320 in my research. I run into trouble because the environment I am testing...

Hi :) Why is the network limited to 21 classes?

Hi @dusty-nv , I want to load and test pre-trained segmentation models such as FCN-ResNet18-MHP, FCN-ResNet18-DeepScene on my system with python script e.g. `test.py` before using on Jetson. How can...

Hi, I have downloaded VOCtrainval_11-May-2012 dataset. Is there any pre-process for above data to run code available in this repo. What is the folder format should be provided. Available code...

Hi There, I'm having some issues trying to use this to train a custom image segmentation model and having some issues. I see the custom fork for torchvision v.0.3.0 but...