Open pierluigizagaria opened 1 year ago
Training is disabled by default so I thought that no directory is needed in order to make compreface work
This condition seems to not work properly.
File "/src/viseron/domains/face_recognition/__init__.py", line 90, in __init__
for face_dir in os.listdir(config[CONFIG_FACE_RECOGNITION_PATH]):
Error is thrown even if train is set to false.
Compreface started logging this error and no predition is done.