Search found 4 matches
- Sun Jul 10, 2022 12:13 pm
- Forum: ZoneMinder Hints & Tips
- Topic: My Multiserver Setup: ZM, ZMES, DB
- Replies: 2
- Views: 3047
Re: My Multiserver Setup: ZM, ZMES, DB
The wrapper I wrote for the Machine Learning filter is just to return 0 (=success) so the log wouldn't show errors all the time as the original returns 1 if nothing is detected: #!/bin/bash OUTPUT=$(/var/lib/zmeventnotification/bin/zm_event_start.sh "$@") exit 0 I can click the Notes field to see ...
- Sun Jul 10, 2022 11:23 am
- Forum: ZoneMinder Hints & Tips
- Topic: My Multiserver Setup: ZM, ZMES, DB
- Replies: 2
- Views: 3047
My Multiserver Setup: ZM, ZMES, DB
Hello! Just wanted to share my setup if someone would find it useful. I have three ZM servers setup so that one hosts the database, one the cameras and one acts as the event server: zmservers.png All filters, audits and such run on ES so that CAMS is dedicated to capturing and motion detection ...
- Fri Jul 08, 2022 6:23 pm
- Forum: Mobile Apps and Event Server
- Topic: YOLO: invalid index to scalar variable
- Replies: 2
- Views: 9410
Re: YOLO: invalid index to scalar variable
Ok that did it. Thanks!!
- Thu Jul 07, 2022 6:46 pm
- Forum: Mobile Apps and Event Server
- Topic: YOLO: invalid index to scalar variable
- Replies: 2
- Views: 9410
YOLO: invalid index to scalar variable
Hello! I keep getting this "invalid index to scalar variable" with ZMES machine learning hooks on YOLO and don't know how to fix. DBG1 [zmesdetect] [|---------- YOLO (input image: 800w*450h, model resize dimensions: 416w*416h) ----------|] DBG2 [zmesdetect] [Released pyzm_uid33_gpu_lock portalock ...