Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hourout/tensorcv

tf.Keras implementations of a Deep Learning Toolkit for Computer Vision
https://github.com/hourout/tensorcv

conputer-vision deep-learning keras tensorflow

Last synced: 3 months ago
JSON representation

tf.Keras implementations of a Deep Learning Toolkit for Computer Vision

Awesome Lists containing this project

README

        

![](https://github.com/Hourout/tensorcv/blob/master/image/tensorcv.png)

Keras and TensorFlow CV Toolkit

![PyPI version](https://img.shields.io/pypi/pyversions/tensorcv.svg)
![Github license](https://img.shields.io/github/license/Hourout/tensorcv.svg)
[![PyPI](https://img.shields.io/pypi/v/tensorcv.svg)](https://pypi.python.org/pypi/tensorcv)
![PyPI format](https://img.shields.io/pypi/format/tensorcv.svg)

| [中文介绍](https://github.com/Hourout/tensorcv/blob/master/document/Chinese.md) |[ Version ](https://github.com/Hourout/tensorcv/blob/master/document/version.md)|

## Installation
To install [this verson from PyPI](https://pypi.org/project/tensorcv/), type:

```
pip install tensorcv
```

To get the newest one from this repo (note that we are in the alpha stage, so there may be frequent updates), type:

```
pip install git+git://github.com/Hourout/tensorcv.git
```