资源算法keras-resnet3d

keras-resnet3d

2020-02-21 | |  87 |   0 |   0

keras-resnet3d

Resnet 3D

A vanilla 3D extention to raghakot/keras-resnet

VoxResNet (TODO)

A keras re-implementation of VoxResNet (Hao Chen et.al) for volumetric image segmention. (Non-official)

keras-voxresnet enables volumetric image classification with keras and tensorflow/theano.

Installation

Dependencies

kerastensorflow/theano and their corresponding dependencies.

Install with pip

$ pip install git+https://github.com/JihongJu/keras-resnet3d.git

Build from source

$ git clone https://github.com/JihongJu/keras-resnet3d.git
$ cd keras-resnet3d
$ python setup.py build

Usage

from resnet3d import Resnet3DBuilder
model = Resnet3DBuilder.build_resnet_50((96, 96, 96, 1), 20)
model.compile(optimizer='adam',              loss='categorical_crossentropy',              metrics=['accuracy'])
model.fit(X_train, y_train, batch_size=32)

More details see example:





上一篇:pytorch-deeplab-resnet

下一篇:finetuned-resnet50-keras

用户评价
全部评价

热门资源

  • allennlp-server

    allennlp-server Serve allennlp services as sep...

  • ubuntu-allennlp

    ubuntu-allennlp AllenAI AllenNLP image based o...

  • allennlp_extras

    allennlp_extras Some utilities build on top of...

  • allennlp-dureader

    An Apache 2.0 NLP research library, built on Py...

  • seetafaceJNI

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