Search found 7 matches

by Minglarn
Thu Mar 18, 2021 10:17 pm
Forum: ZoneMinder 1.34.x
Topic: Trying to get object detection working
Replies: 5
Views: 2363

Re: Trying to get object detection working

A quick question... Does zme require OpenCV to be installed even if only Coral TPU is used?
by Minglarn
Thu Jan 07, 2021 5:18 pm
Forum: ZoneMinder 1.34.x
Topic: ES 6.1.5 (object detection not working)
Replies: 15
Views: 6894

Re: ES 6.1.5 (object detection not working)

repomanz wrote: Wed Jan 06, 2021 7:58 pm after going into the docker container and manually adding this:

sudo pip3 install opencv-python

ES/ML is now working.
Dont work (Dlanonds docker version).
All I get is:

Code: Select all

ModuleNotFoundError: No module named 'skbuild'
by Minglarn
Sat Dec 12, 2020 6:26 am
Forum: Docker
Topic: Face Detection not working
Replies: 2
Views: 7976

Re: Face Detection not working

Hi sorry for late response...
I did a full reinstall and it seems to work again..
by Minglarn
Sun Dec 06, 2020 9:55 pm
Forum: Docker
Topic: Face Detection not working
Replies: 2
Views: 7976

Face Detection not working

Hi! Just downloaded and started dlandon latest image where OpenCV is updated to 4.5.0. With OpenCV 4.3.0 face detection was working but with the latest image from github its kinda failing. It does finds a face but does not send a push because it's does not match my filters? What should I look for? 2...
by Minglarn
Sun Dec 06, 2020 3:31 pm
Forum: Docker
Topic: Docker upgrade
Replies: 9
Views: 7960

Re: Docker upgrade

Great.. Just needed to be sure... Did a restart but it did not pull the newest container...
Thanks.
by Minglarn
Sun Dec 06, 2020 1:17 pm
Forum: Docker
Topic: Docker upgrade
Replies: 9
Views: 7960

Re: Docker upgrade

You mean by doing: docker rm Zoneminder and docker run -d --name="Zoneminder" \ --net="bridge" \ --privileged="true" \ -p 8443:443/tcp \ -p 9001:9001/tcp \ -e TZ="SE/Stockholm" \ -e SHMEM="50%" \ -e PUID="99" \ -e PGID="100" \ -e ...
by Minglarn
Fri Dec 04, 2020 1:04 pm
Forum: Docker
Topic: Docker upgrade
Replies: 9
Views: 7960

Re: Docker upgrade

So for a noob like me, how would the upgrade process be if I consider upgrading your docker?

//Best regards...