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

Semantic Segmentation Architectures Implemented in PyTorch

Results 104 pytorch-semseg issues
Sort by recently updated
recently updated
newest added

I run unet using pascal data, but I find that the iou is 0.035,and do not change any more, I didn't change any code. ![image](https://user-images.githubusercontent.com/17852305/42155153-33395638-7e1a-11e8-9f20-0360b4da4d1a.png)

Hi. I try to use your VOCpascalLoader after I downloaded the VOC dataset and set the local path as you wrote in the comments in its file: ` # local_path...

I wanted to ask if anyone has tested SegNet implementation on Pascal VOC 2012 and has gotten good results? I even trained it for only 20 images and still get...

The current version has deprecated functions such as scipy.misc.imsave, and the resizing part generates unwanted values in the label masks. This triggers cuda to stop the training process due to...

I want to train the net on my own datasets but I do not know which tool I need to use in order to tag the datasets. Can you give...

Hi, I'm trying to train the segmentation models using cityscape dataset(training: 2975, validation:500). In the papers of some segmentation models, mIoU of them is over 70%. However, I cannot reach...

Hi guys, I was trying to run cityscapes dataset. While doing train.py, I was getting this error like, **RUNDIR: runs/frrnB_cityscapes/26539 Found 20 train images Found 10 val images INFO:ptsemseg:Using cross_entropy...

Hi, Is there a pre-trained u-net model on mscoco dataset? Thanks.

In Frrn for camvid, the size of the input image is 360. This is changed to 352 after up sampling at the end of encoder part mainly because it pools...

Why can not i run test.py directly。It is runing 'pytest' in 'test.py'