PyTorch_Semantic_Segmentation icon indicating copy to clipboard operation
PyTorch_Semantic_Segmentation copied to clipboard

Implement some models of RGB/RGBD semantic segmentation in PyTorch, easy to run. Such as FCN, RefineNet, PSPNet, RDFNet, 3DGNN, PointNet, DeepLab V3, DeepLab V3 plus, DenseASPP, FastFCN

Results 1 PyTorch_Semantic_Segmentation issues
Sort by recently updated
recently updated
newest added

Hi, thanks for sharing your work. I tried to reproduce RDFNet results on the NYU Depth V2 dataset using your PyTorch implementation, but i obtained only 23.26% of mIoU. In...