Search found 39 matches
- Tue Nov 02, 2021 7:28 pm
- Forum: Mobile Apps and Event Server
- Topic: new coral models
- Replies: 9
- Views: 17416
Re: new coral models
Pretty much, and update mlapiconfig.ini to reflect that
- Sat Oct 16, 2021 7:36 pm
- Forum: ZoneMinder 1.36.x
- Topic: RTSP server
- Replies: 1
- Views: 1188
RTSP server
Hey all, I've noticed that under monitor settings, misc section there are some options for RTSP server. I assume you can connect via rtsp to the camera via zoneminder but I cannot find any documentation on this. Is that the idea behind those options? Would it work with a decoding disabled monitor ...
- Sun Oct 03, 2021 12:08 am
- Forum: Mobile Apps and Event Server
- Topic: mlapi face detection
- Replies: 3
- Views: 8780
Re: mlapi face detection
Thank you sir, that led me to the issue. I have to modify the monitor in objectconfig.ini not mlapiconfig.
Cheers
Cheers
- Sat Oct 02, 2021 11:51 pm
- Forum: Mobile Apps and Event Server
- Topic: mlapi face detection
- Replies: 3
- Views: 8780
mlapi face detection
Hi all, Looking for some guidance in getting face detection working. I believe I have set up the ml_sequence correctly but it never gets to the face detection part: Oct 03 2021 10:47:23.246741 [DBG 1] Skipping face as it was overridden in ml_overrides Not sure what that means, i can;t find that ...
- Fri Oct 01, 2021 10:02 pm
- Forum: Mobile Apps and Event Server
- Topic: new coral models
- Replies: 9
- Views: 17416
Re: new coral models
I feel like an idiot, i had the path wrong to the tflite file :) It is defo an improvement over SSDLite MobileDet. Ran it manually over a previously detected car at 70% (by tpu) and and I got a 76%. Ran it manually over a previously detected car 99% (by yolo, coral did not detect or bellow 60%) and ...
- Fri Oct 01, 2021 9:47 pm
- Forum: Mobile Apps and Event Server
- Topic: new coral models
- Replies: 9
- Views: 17416
Re: new coral models
Wonder why mine did not work, will have another shot, maybe i need more processes for the TPU (currently only 1 on mine). Did you try when it is detecting something? think you need a resize as well: coral_edgetpu:206 [coral: pre processing resize for coral model requested from 800*450 -> 320*320] to ...
- Fri Oct 01, 2021 8:30 pm
- Forum: Mobile Apps and Event Server
- Topic: new coral models
- Replies: 9
- Views: 17416
new coral models
Hey all,
On the coral model page there are quite a few new models, like EfficientDet-Lite3 with a better precision.
Anyone got the new models running?
https://coral.ai/models/object-detection/
I've tried but no go. Doesn't seem to do detection on it via TPU.
On the coral model page there are quite a few new models, like EfficientDet-Lite3 with a better precision.
Anyone got the new models running?
https://coral.ai/models/object-detection/
I've tried but no go. Doesn't seem to do detection on it via TPU.
- Fri Jul 02, 2021 3:51 am
- Forum: Mobile Apps and Event Server
- Topic: zmevennotification object detection on edge tpu
- Replies: 68
- Views: 67894
Re: zmevennotification object detection on edge tpu
Think you need it on mlapi container where you launch mlapi.py
- Thu Jul 01, 2021 11:36 pm
- Forum: Mobile Apps and Event Server
- Topic: zmevennotification object detection on edge tpu
- Replies: 68
- Views: 67894
Re: zmevennotification object detection on edge tpu
Thank you asked/juan11perez I've added the following and the bounding boxes are right (maybe because of the width resize they were wrong?): stream_sequence = { 'frame_strategy': 'most_models', 'frame_set': 'snapshot,alarm', 'contig_frames_before_error': 5, 'max_attempts': 3, 'sleep_between_attempts ...
- Thu Jul 01, 2021 2:44 am
- Forum: Mobile Apps and Event Server
- Topic: zmevennotification object detection on edge tpu
- Replies: 68
- Views: 67894
Re: zmevennotification object detection on edge tpu
Cheers, finally have it spewing: Jul 01 2021 12:41:56.718392 [DBG 1] Hashes are correct: password matched Jul 01 2021 12:41:56.723684 [DBG 1] Monitor ID not specified, or not found in mlapi config, using zm_detect overrides Jul 01 2021 12:41:56.723747 [DBG 2] using ml_sequence Jul 01 2021 12:41:56 ...
- Wed Jun 30, 2021 8:50 pm
- Forum: Mobile Apps and Event Server
- Topic: zmevennotification object detection on edge tpu
- Replies: 68
- Views: 67894
Re: zmevennotification object detection on edge tpu
I am such a n00b. Where can I find these logs? Can't find any logs in the container.
- Tue Jun 29, 2021 10:11 pm
- Forum: ZoneMinder 1.36.x
- Topic: Cannot get ZM integrated with Home Assistant - will pay actual money to fix this
- Replies: 13
- Views: 14257
Re: Cannot get ZM integrated with Home Assistant - will pay actual money to fix this
try this:
Code: Select all
zoneminder:
- host: 192.168.0.20:8443
path: /zm
path_zms: /zm/cgi-bin/nph-zms
ssl: true
verify_ssl: false
username: xxxxx
password: xxxxx
camera:
- platform: zoneminder
switch:
- platform: zoneminder
command_on: Record
command_off: Monitor
- Tue Jun 29, 2021 10:00 pm
- Forum: Mobile Apps and Event Server
- Topic: zmevennotification object detection on edge tpu
- Replies: 68
- Views: 67894
Re: zmevennotification object detection on edge tpu
root@pn50:/home/vic# sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.ini --debug --eventid 35384 --monitorid 1 06/30/21 07:56:32 zmesdetect_m1[1387220] INF ZMLog.py:225 [Setting up signal handler for logs] 06/30/21 07:56:32 zmesdetect_m1[1387220] INF ...
- Tue Jun 29, 2021 5:58 am
- Forum: Mobile Apps and Event Server
- Topic: zmevennotification object detection on edge tpu
- Replies: 68
- Views: 67894
Re: zmevennotification object detection on edge tpu
Let’s have a look at mlapi debug logs. Configs look ok. Are these the logs u after? or they should be on mlapi server? 06/29/21 15:12:18 zmesdetect_m1[1188880] INF zm_detect.py:284 [---------| app:6.1.25, pyzm:0.3.49, ES:6.1.25 , OpenCV:4.5.2|------------] 06/29/21 15:12:18 zmesdetect_m1[1188880] ...
- Mon Jun 28, 2021 9:32 pm
- Forum: Mobile Apps and Event Server
- Topic: zmevennotification object detection on edge tpu
- Replies: 68
- Views: 67894
Re: zmevennotification object detection on edge tpu
Thanks asker, That car is absolutely still throughout the recording, does that still apply? I believe I configure everything correctly, have remote section in objectconfig.ini and the rest in mlapiconfig.ini in the docker container: mlapiconfig.ini: [ml] # if enabled, will not grab exclusive locks ...