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: 9 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T03:28:49.000Z (over 7 years ago)
- Last Synced: 2025-03-24T11:56:49.579Z (about 1 year ago)
- Topics: conputer-vision, deep-learning, keras, tensorflow
- Language: Python
- Homepage:
- Size: 254 KB
- Stars: 10
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

Keras and TensorFlow CV Toolkit


[](https://pypi.python.org/pypi/tensorcv)

| [中文介绍](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
```