资源算法pytorch-fcn

pytorch-fcn

2019-09-12 | |  102 |   0 |   0

|

pytorch-fcn

PyPI Version Build Status

PyTorch implementation of Fully Convolutional Networks.

Requirements

Installation

git clone https://github.com/wkentaro/pytorch-fcn.gitcd pytorch-fcn

conda install pytorch torchvision -c pytorch
pip install .

Training

See VOC example.

Accuracy

At 10fdec9.

| Model | Implementation | epoch | iteration | Mean IU | |:-----:|:--------------:|:-------:|:-----------:|:-------:| |FCN32s | Original | - | - | 63.63 | |FCN32s | Ours |11 | 96000 | 62.84 | |FCN16s | Original | - | - | 65.01 | |FCN16s | Ours |11 | 96000 | 64.91 | |FCN8s | Original | - | - | 65.51 | |FCN8s | Ours | 7 | 60000 | 65.49 | |FCN8sAtOnce | Original | - | - | 65.40 | |FCN8sAtOnce | Ours |11 | 96000 | 64.74 |

fcn8s_iter28000.jpg Visualization of validation result of FCN8s.

上一篇:Neural Turing Machine in TensorFlow

下一篇:SparseConvNet

用户评价
全部评价

热门资源

  • 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...