资源算法 pytorch-unet-segnet

pytorch-unet-segnet

2020-01-15 | |  49 |   0 |   0

pytorch-unet-segnet

These architectures have shown good results in semantic segmentation, image reconstruction (denoising, super-resolution).

图片.png

I would encourage you to use SegNet if you don't see any major performance decrease with Unet: SegNet will be lighter and faster ! SegNet uses maximum unpooling during the upsampling step, reusing the maximum pooling indices from the encoding step. Making the upsampling procedure parameter free, where Unet makes use of transpose convolution (filters) to learn how to upsample.

We provide an updated version of SegNet, which was designed for medical image segmentation: Semi-supervised Learning for Segmentation Under Semantic Constraint, MICCAI 2018


上一篇:keras-segmentation

下一篇:neon_segnet

用户评价
全部评价

热门资源

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