Refinenet Pytorch

RefineNet-101 VOC in PyTorch
Alternatives To Refinenet Pytorch
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cvat9,048
a day ago2September 08, 2022487mitTypeScript
Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
Awesome Semantic Segmentation8,065
2 years ago13
:metal: awesome-semantic-segmentation
Segmentation_models.pytorch6,974234a day ago10November 18, 202126mitPython
Segmentation models with pretrained backbones. PyTorch.
Pytorch Unet6,465
18 days ago49gpl-3.0Python
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
Mmsegmentation5,4502a day ago30July 01, 2022291apache-2.0Python
OpenMMLab Semantic Segmentation Toolbox and Benchmark.
Gluon Cv5,42215442 months ago1,514July 07, 202261apache-2.0Python
Gluon CV Toolkit
Semantic Segmentation Pytorch4,559
2 years ago1September 09, 202156bsd-3-clausePython
Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
Pytorch Semseg3,297
2 months ago3February 09, 2018131mitPython
Semantic Segmentation Architectures Implemented in PyTorch
Imgclsmob2,3994a year ago67September 21, 20216mitPython
Sandbox for training deep learning networks
Awesome Semantic Segmentation Pytorch2,399
3 months ago114apache-2.0Python
Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Alternatives To Refinenet Pytorch
Select To Compare


Alternative Project Comparisons
Readme

RefineNet (in PyTorch)

This repository provides the ResNet-101-based model trained on PASCAL VOC from the paper RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation (the provided weights achieve 80.5% mean IoU on the validation set in the single scale setting)

RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation
Guosheng Lin, Anton Milan, Chunhua Shen, Ian Reid
In CVPR 2017

Getting Started

For flawless reproduction of our results, the Ubuntu OS is recommended. The model have been tested using Python 3.6.

Dependencies

pip3
torch>=0.4.0

To install required Python packages, please run pip3 install -r requirements3.txt (Python3) - use the flag -u for local installation. The given examples can be run with, or without GPU.

Running examples

For the ease of reproduction, we have embedded all our examples inside Jupyter notebooks. One can either download them from this repository and proceed working with them on his/her local machine/server, or can resort to online version supported by the Google Colab service.

Jupyter Notebooks [Local]

If all the installation steps have been smoothly executed, you can proceed with running any of the notebooks provided in the examples/notebooks folder. To start the Jupyter Notebook server, on your local machine run jupyter notebook. This will open a web page inside your browser. If it did not open automatically, find the port number from the command's output and paste it into your browser manually. After that, navigate to the repository folder and choose any of the examples given.

Inside the notebook, one can try out their own images, write loops to iterate over videos / whole datasets / streams (e.g., from webcam). Feel free to contribute your cool use cases of the notebooks!

Colab Notebooks [Web]

Coming soon

Training scripts

Please refer to the training scripts for Light-Weight-RefineNet

More projects to check out

Light-Weight-RefineNet - compact version of RefineNet running in real-time with minimal decrease in accuracy (3x decrease in the number of parameters, 5x decrease in the number of FLOPs)

License

For academic usage, this project is licensed under the 2-clause BSD License - see the LICENSE file for details. For commercial usage, please contact the authors.

Popular Pytorch Projects
Popular Semantic Segmentation Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Jupyter Notebook
Pytorch
Semantic Segmentation