资源算法pytorch-fcn

pytorch-fcn

2020-02-12 | |  40 |   0 |   0

pytorch-fcn

PyPI Version Python Versions GitHub Actions

PyTorch implementation of Fully Convolutional Networks.

Requirements

Installation

git clone https://github.com/wkentaro/pytorch-fcn.gitcd pytorch-fcn
pip install .# orpip install torchfcn

Training

See VOC example.

Accuracy

At 10fdec9.

ModelImplementationepochiterationMean IUPretrained Model
FCN32sOriginal--63.63Download
FCN32sOurs119600062.84
FCN16sOriginal--65.01Download
FCN16sOurs119600064.91
FCN8sOriginal--65.51Download
FCN8sOurs76000065.49
FCN8sAtOnceOriginal--65.40Download
FCN8sAtOnceOurs119600064.74

Visualization of validation result of FCN8s.

Cite This Project

If you use this project in your research or wish to refer to the baseline results published in the README, please use the following BibTeX entry.

@misc{pytorch-fcn2017,
  author =       {Ketaro Wada},
  title =        {{pytorch-fcn: PyTorch Implementation of Fully Convolutional Networks}},
  howpublished = {url{https://github.com/wkentaro/pytorch-fcn}},
  year =         {2017}
}


上一篇:tensorflow-fcn

下一篇:py-R-FCN

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...