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

Enhancement: add option to specify config path #4

Closed pliablepixels closed 5 years ago

pliablepixels commented 5 years ago

The current script assumes the yolo weights are present in the default user directory inside ~cvlib. This causes a problem if we run the script from a detached daemon. I'd like to suggest a config path which specifies the path to read the yolo configs from.

pliablepixels commented 5 years ago

I'm going to close this. I assume your objective is simplicity. I think it may make more sense that I directly use the base opencv DNN if I need such customizations