DiMarzioBian / PSPNet

An unofficial PyTorch implementation of PSPNet [CVPR 2017] "Pyramid Scene Parsing Network"

Repository from Github https://github.comDiMarzioBian/PSPNetRepository from Github https://github.comDiMarzioBian/PSPNet

PSPNet

This is an unofficial pytorch implementation of CVPR'17 paper Pyramid Scene Parsing Network

Running on single GPU:

python main.py

Goal

To test performance of PSPNet on Aerial Semantic Segmentation Drone (ASSD) Dataset

Link: https://www.kaggle.com/bulentsiyah/semantic-drone-dataset

You have to unzip it first and move children folders out of 'dataset' folder.

Project structure

|-- PSPNet
    |-- _data
        |-- assd
            |-- label_images_semantic
            |-- original_images
            |-- RGB_color_image_masks
            |-- class_dict_seg.csv
    |-- _result
        |-- model
            |-- demo.pkl
    |-- _demo_img
    |-- datasets
        |-- __init__.py
        |-- dataloader_assd.py
    |-- model
        |-- layers.py
        |-- metrics.py
        |-- pspnet.py
        |-- resnet.py
    |-- demo.py
    |-- epoch.py
    |-- main.py
    |-- README.md
    |-- utils.py
    

About

An unofficial PyTorch implementation of PSPNet [CVPR 2017] "Pyramid Scene Parsing Network"


Languages

Language:Python 100.0%