Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.
MIT License
1.78k
stars
182
forks
source link
"compreface_setup did not finish in time" when training faces (minor issue) #600
When using CompreFace to train several images via Viseron, the static timeout of 30s in viseron/components/init.py:692 is exceeded.
As there are workarounds such as training smaller batches of faces or using the CompreFace UI I think this is a minor bug.
A quick (and slightly dirty) fix might be to make the timeout configurable, if necessary globally for all components.
Patrick