Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hourout/tensorcv
- Owner: Hourout
- License: apache-2.0
- Created: 2018-11-29T06:39:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T03:28:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T00:42:37.783Z (3 months ago)
- Topics: conputer-vision, deep-learning, keras, tensorflow
- Language: Python
- Homepage:
- Size: 254 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```