arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.

Home Page:http://arunponnusamy.com/cvlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: add option to specify config path

pliablepixels opened this issue · comments

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.

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