All Projects → speedinghzl → Scale-Adaptive-Network

speedinghzl / Scale-Adaptive-Network

Licence: MIT license
Semantic Image Segmentation by Scale-Adaptive Networks (TIP 2019)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Scale-Adaptive-Network

Cascaded Fcn
Source code for the MICCAI 2016 Paper "Automatic Liver and Lesion Segmentation in CT Using Cascaded Fully Convolutional NeuralNetworks and 3D Conditional Random Fields"
Stars: ✭ 296 (+604.76%)
Mutual labels:  caffe, semantic-segmentation
PSPNet-Pytorch
Implemetation of Pyramid Scene Parsing Network in Pytorch
Stars: ✭ 26 (-38.1%)
Mutual labels:  caffe, semantic-segmentation
adversarial-attacks
Code for our CVPR 2018 paper, "On the Robustness of Semantic Segmentation Models to Adversarial Attacks"
Stars: ✭ 90 (+114.29%)
Mutual labels:  caffe, semantic-segmentation
Vpgnet
VPGNet: Vanishing Point Guided Network for Lane and Road Marking Detection and Recognition (ICCV 2017)
Stars: ✭ 382 (+809.52%)
Mutual labels:  caffe, semantic-segmentation
Enet
ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation
Stars: ✭ 530 (+1161.9%)
Mutual labels:  caffe, semantic-segmentation
Pixelnet
The repository contains source code and models to use PixelNet architecture used for various pixel-level tasks. More details can be accessed at <http://www.cs.cmu.edu/~aayushb/pixelNet/>.
Stars: ✭ 194 (+361.9%)
Mutual labels:  caffe, semantic-segmentation
Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (+16.67%)
Mutual labels:  caffe, semantic-segmentation
Dsrg
Weakly-Supervised Semantic Segmentation Network with Deep Seeded Region Growing (CVPR 2018).
Stars: ✭ 206 (+390.48%)
Mutual labels:  caffe, semantic-segmentation
caffe-conf-matrix
Python layer for the Caffe deep learning framework to compute the accuracy and the confusion matrix.
Stars: ✭ 20 (-52.38%)
Mutual labels:  caffe
Fashion-Clothing-Parsing
FCN, U-Net models implementation in TensorFlow for fashion clothing parsing
Stars: ✭ 29 (-30.95%)
Mutual labels:  semantic-segmentation
tf-semantic-segmentation-FCN-VGG16
Semantic segmentation for classifying road. "Fully Convolutional Networks for Semantic Segmentation (2015)" implemented using TF
Stars: ✭ 30 (-28.57%)
Mutual labels:  semantic-segmentation
mbus
基于RabbitMQ简单实现验证码识别平台,训练网络模型智能识别图形验证码
Stars: ✭ 37 (-11.9%)
Mutual labels:  caffe
score-zeroshot
Semantically consistent regularizer for zero-shot learning
Stars: ✭ 65 (+54.76%)
Mutual labels:  caffe
ssgan
Semi Supervised Semantic Segmentation Using Generative Adversarial Network ; Pytorch
Stars: ✭ 25 (-40.48%)
Mutual labels:  semantic-segmentation
smartImgProcess
手工实现的智能图片处理系统 包含基础的图片处理功能 各类滤波 seam carving算法 以及结合精细语义分割信息 实现智能去除目标的功能
Stars: ✭ 22 (-47.62%)
Mutual labels:  semantic-segmentation
RGBD-semantic-segmentation
A paper list of RGBD semantic segmentation (processing)
Stars: ✭ 264 (+528.57%)
Mutual labels:  semantic-segmentation
K-Net
[NeurIPS2021] Code Release of K-Net: Towards Unified Image Segmentation
Stars: ✭ 434 (+933.33%)
Mutual labels:  semantic-segmentation
vgg16 batchnorm
VGG16 architecture with BatchNorm
Stars: ✭ 14 (-66.67%)
Mutual labels:  caffe
triplet
Re-implementation of tripletloss function in FaceNet
Stars: ✭ 94 (+123.81%)
Mutual labels:  caffe
pysemseg
Semantic Segmentation Models in Pytorch
Stars: ✭ 31 (-26.19%)
Mutual labels:  semantic-segmentation

Semantic Image Segmentation by Scale-Adaptive Networks

By Zilong Huang, Chunyu Wang, Xinggang Wang, Wenyu Liu and Jingdong Wang.

This code is a implementation of the experiments in the paper Semantic Image Segmentation by Scale-Adaptive Networks, which is accepted by Transactions on Image Processing. The code is developed based on the Caffe framework.

License

SAN is released under the MIT License (refer to the LICENSE file for details).

Citing SANet

If you find SANet useful in your research, please consider citing:

@article{huang2019sanet,
    title={Semantic Image Segmentation by Scale-Adaptive Networks},
    author={Huang, Zilong and Wang, Chunyu and Wang, Xinggang and Liu, Wenyu and Wang, Jingdong},
    journal={IEEE Transactions on Image Processing},
    year={2019},
    publisher={IEEE}
}

Installing dependencies

  • caffe (deeplabv2 version): deeplabv2 caffe installation instructions are available at https://bitbucket.org/aquariusjay/deeplab-public-ver2. Note, you need to compile caffe with python wrapper and support for python layers. Then add the caffe python path into tools/findcaffe.py.

Training the SAN model

  • Run:
      $ python tools/train.py --solver YOUR_SOLVER --weight IMAGENET_PRETRAINED_MODEL --gpu GPU_ID

The corresponding solver files and input image lists are put in config and list floders.

Acknowledgment

The work was mainly done during an internship at MSRA.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].