资源算法tf-keras-PSPNet

tf-keras-PSPNet

2020-01-17 | |  37 |   0 |   0

keras-PSPNet

Pyramid Scene persing Network is a model of semantic segmentation based on Fully Comvolutional Network. This repository contains the implementation of learning and testing in keras and tensorflow.

Architecutre

  • atrous convalution

  • residual module

  • pyramid pooling module

Prerequirements

  • python3.6

  • opencv for python

  • keras,tensorflow

Usage

train

  • Segmentation involveing multiple categories

    python train.py --options

  • Segmentation of mask image

    python train_mask.py --options

    • image dir

    • mask image dir

    • batchsize, nb_epochs, epoch_per_steps, input_configs

    • class weights

    • device num

    • options

    test

    • Input test image

    • responce json format involving category name and color(pixel based prediction)

      python predict.py --input_path [path/to//input_imahge]


    上一篇:PSPNet-TF-Reproduce

    下一篇:tensorflow-pspnet

    用户评价
    全部评价

    热门资源

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