arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

Added gpu flag to detect_common_objects method #35

Closed humandecoded closed 4 years ago

humandecoded commented 4 years ago

I use your library in my People Detector repo. I've recently recompiled opencv with CUDA funcionality and the results are amazing.

The pull request would add the option for users of your library to use GPU instead of CPU.

I'm currently writing up a tutorial on how a user can set all this up on their system: