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

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)

Results 113 awesome-semantic-segmentation-pytorch issues
Sort by recently updated
recently updated
newest added

Thanks too much for your sharing code! I trained the icnet on cityscapes, but best mIoU I got was around 58% My config: aux=True, backbone='resnet50', base_size=520, batch_size=4, crop_size=960, dataset='citys', device='cuda',...

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe -c E:\pytorch\shiyan\awesome-semantic-segmentation-pytorch\core\nn\csrc\cuda\ca_cuda.cu -o build\temp.win-amd64-3.6\Release\pytorch\shiyan\awesome-semantic-segmentation-pytorch\core\nn\csrc\cuda\ca_cuda.obj -IE:\pytorch\shiyan\awesome-semantic-segmentation-pytorch\core\nn\csrc -ID:\ProgramData\Anaconda2\envs\py3\lib\site-packages\torch\include -ID:\ProgramData\Anaconda2\envs\py3\lib\site-packages\torch\include\torch\csrc\api\include -ID:\ProgramData\Anaconda2\envs\py3\lib\site-packages\torch\include\TH -ID:\ProgramData\Anaconda2\envs\py3\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -ID:\ProgramData\Anaconda2\envs\py3\include -ID:\ProgramData\Anaconda2\envs\py3\include "-ID:\Program Files\VS2015\VC\INCLUDE" "-ID:\Program Files\VS2015\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program...

I have run this program with one GPU sucessfully. But failed in running multi-GPU, the log as follow: I hope you could give me a favor, Thank you so much!...

D:\my\pytorch\awesome-semantic-segmentation-pytorch-master\awesome-semantic-segmentation-pytorch-master\core\nn>python setup.py build develop 信息: 用提供的模式无法找到文件。 running build running build_ext D:\deeplearning\anaconda\lib\site-packages\torch\utils\cpp_extension.py:184: UserWarning: Error checking compiler version for g++: Command 'g++' returned non-zero exit status 1. warnings.warn('Error checking compiler version for...

[分割.pdf](https://github.com/Tramac/awesome-semantic-segmentation-pytorch/files/3782945/default.pdf)

deeplabv3+ without xception base file , very slow can you share the base model file ? or how to get it? thx

In _AttentionGeneration, the two tensors `attention` and `reduce_x` are multiplied using `torch.bmm`, this operation failed because of unmatched matrix size. Furthermore, the code indicates an output size of `(batch_size, reduced_channels,...

Hello~ Thanks for your work! And there is something making me puzzled. I trained icnet on cityscapes for many times with various config. And I visualized val mIoU after each...

Hello, what is the meaning of base_size=520 and crop_size=480?How do you adapt them to own data set?