常用的语义分割架构结构综述以及代码复现
-
Updated
Jul 13, 2019 - Python
常用的语义分割架构结构综述以及代码复现
A scalable template for PyTorch projects, with examples in Image Segmentation, Object classification, GANs and Reinforcement Learning.
segmentation repo using pytorch
A PyTorch implementation for ERFNet on Pascal VOC data.
Panoramic Annular Semantic Segmentation
Pytorch code of Sequential/Hierarchical ERFNet with PSPNet for real-time semantic segmentation
Semantic segmentation with Convolutional Neural Networks
Implementation of ERFNet by chainer
Add a description, image, and links to the erfnet topic page so that developers can more easily learn about it.
To associate your repository with the erfnet topic, visit your repo's landing page and select "manage topics."
Could you give an example (say a command like) as to how to use it to do segmentation on an input image? (I see there are examples for cityscape datasets). Thanks!