cvtoolss

Computer Vision Foundation Utilities


Keywords
computer, vision
License
Apache-2.0
Install
pip install cvtoolss==0.0.3a0

Documentation

CVTools

Documentation Status Travis CI Build codecov PyPI - Python Version GitHub - License

Computer Vision Tool Library

Introduction

cvtools is a helpful python library for computer vision.

It provides the following functionalities.

  • Dataset Conversion(voc to coco, bdd to coco, ...)
  • Data Augmentation(random mirror, random sample crop, ...)
  • Dataset Analysis(visualization, cluster analysis, ...)
  • Image processing(crop, resize, ...)
  • Model web deployment(command line usage)
  • Useful utilities (iou, timer, ...)
  • Universal IO APIs

See the documentation for more features and usage.

Installation

Try and start with

pip install cvtoolss

Note: There are two s at the end.

or install from source

git clone https://github.com/gfjiangly/cvtools.git
cd cvtools
pip install .  # (add "-e" if you want to develop or modify the codes)

TodoList

  • Add web deployment models

License

This project is released under the Apache 2.0 license.