项目作者: fjulca-aguilar

项目描述 :
Image operator learning with CNNs
高级语言: Jupyter Notebook
项目地址: git://github.com/fjulca-aguilar/DeepTRIOS.git
创建时间: 2017-06-09T01:11:39Z
项目社区:https://github.com/fjulca-aguilar/DeepTRIOS

开源协议:GNU General Public License v3.0

下载


DeepTRIOS

TRIOS is a library for automatic learning of image operators. DeepTRIOS integrates CNNs, through TensorFlow, into the image operator framework. Applications of the library include text segmentation, staff-line removal in music scores and image binarization.

Installation

Look at https://www.tensorflow.org/install/ for instructions on how to install TensorFlow.
TRIOS can be installed using pip:

  1. $ pip install trios

Getting started

This notebook shows an example on how to use DeepTRIOS for text segmentation.