Jesper
Jesper
Does the same thing happen when you run it in detached mode? (the command below is untested) ```sudo docker run -d --rm -v /home/tensorflow/roflcoopter/rec:/recordings -v /home/tensorflow/roflcoopter:/config -v /etc/localtime:/etc/localtime:ro -v /dev/bus/usb:/dev/bus/usb...
Can you try to explicitly pull ```roflcoopter/visern:1.6.2``` instead of latest?
I really dont know whats causing this. I will add some more debug logging in the next beta which i will release soon
Yes indeed it is. Can you try the latest beta? I added a debug log statement to see if it imports the dlib face recognition properly
Is your CPU old? Can you show me the output of ```lscpu```?
Ahh then thats the reason. DLIB is being compiled with AVX and AVX2 instruction sets which is not available on your machine. I will make some research to see if...
CPU only, or NVIDIA GPU if that is available. I think theoretically you can run face recognition on the Coral, but for that you would need two Corals because when...
The Nano implementation in Viseron is a special little beast... I struggled *a lot* with getting FFmpeg to work at all. The underlying issue is that Viseron requires Python 3.8...
Fixed now in #306
Will look into it later today. Sorry for the issues!