arunponnusamy/cvlib

Enhancement: add option to specify config path

Closed this issue · 1 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