# semantic-segmentation-pytorch dependencies pip install ninja tqdm # follow PyTorch installation in https://pytorch.org/get-started/locally/ conda install pytorch torchvision -c pytorch # install PyTorch Segmentation git clone https://github.com/Tramac/awesome-semantic-segmentation-pytorch.git ...
git clone https://github.com/Tramac/awesome-semantic-segmentation-pytorch.git # the following will install the lib with symbolic links, so that you can modify # the files if you want and won't need to re-build it cd awesome-semantic-segmentation-pytorch/core/nn python setup.py build ...
Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet) - Tramac/awesome-semantic-segmentation-pytorch