Skip to main content

cv toolbox

Project description

cv2box - cv toolbox

# clean install - no other dependencies
pip install cv2box

# RECOMMEND - inclue cv2/numpy/.. 
pip install cv2box[light] 

# full install - referring requirements.txt
pip install cv2box[full]

# clone codes to your project without install
git clone git@github.com:ykk648/cv2box.git --depth 1

A gather of tools or funcs frequently using in my work.

more info and code example plz read wiki

Now including these functions:

cv ops

  • CVImage , a image class support multi format convert, usage: todo

  • CVVideo, a video class support multi kind of ops.

  • CVQueue , A queue-like high-level class which can be used for two different python projects on same host machine.

  • CVFile , for multi-class file io.

  • CVExcel , basic ops for insert data to excel file.

code templates

  • multiprocess example by concurrent
  • multiprocess factory & consumer
  • keyboard listener in separate thread
  • full-stack web demo for deep learning http distribute

shell scripts

  • rsync between different servers
  • batch uncompress script support different types(zip tar 7z etc.)

utils

  • fps counter
  • apscheduler

AI power (moved to AI_power)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cv2box-0.2.2.tar.gz (16.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page