• This repository has been archived on 26/Feb/2021
  • Stars
    star
    104
  • Rank 330,604 (Top 7 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created almost 7 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[Deprecated] An Out-of-the-Box Computer Vision Library

CV Tron

logo.png

Build Status codebeat badge Test Coverage Slack

CVTRon is a Computer Vision Library for industry use. It tries to provide an out-of-the-box experience for our customers and help them build on top of commonly used algorithms and models.

Currently in the first version of the CV Tron, it provides image classification, semantic segmentation and object detection services in the box. Users could use it for either training on their own datasets, or use some kind of out-of-the-box models such as VGG net and Inception.

CV Tron also provides both web ui and cli tool for rapid deployment and local tests.

CV Tron is built on top of TensorFlow and TensorLayer.

Community Support

Get Community Support on Slack

Contribution

Please visit Contributing guidelines

0 1 2 3 4 5 6 7

Side Project

If you are looking for the answer to build a server with cvtron built in, you can refer to CVTron-Serve and CVTron-Vis. We are still working on the CLI tools for other purposes.