Search found 16 matches
- Tue Nov 02, 2021 10:57 am
- Forum: Mobile Apps and Event Server
- Topic: object_detection_pattern with old ZMES and new MLAPI for specific monitors
- Replies: 6
- Views: 13073
Re: object_detection_pattern with old ZMES and new MLAPI for specific monitors
Thanks, i'll look into it. Well, for my use case really just works 'ignore_past_detection_labels': ['person'] in general section Since humans mostly only objects i've always want to catch and that doesn't really depend on monitor, so match_past_detections=yes only matter for other objects. I do ...
- Sun Oct 31, 2021 6:25 pm
- Forum: Mobile Apps and Event Server
- Topic: object_detection_pattern with old ZMES and new MLAPI for specific monitors
- Replies: 6
- Views: 13073
Re: object_detection_pattern with old ZMES and new MLAPI for specific monitors
Yep, i do have it defined both in mlapi and objectconfig 'general':{ 'pattern':'{{object_detection_pattern}}', /var/lib/zmeventnotification/bin/zm_detect.py --version hooks:6.1.5 pyzm:0.3.25 objectconfig.ini https://pastebin.com/6AYZyuiP mlapiconfig.ini https://pastebin.com/epbL4WYG
- Sun Oct 31, 2021 5:36 pm
- Forum: Mobile Apps and Event Server
- Topic: object_detection_pattern with old ZMES and new MLAPI for specific monitors
- Replies: 6
- Views: 13073
object_detection_pattern with old ZMES and new MLAPI for specific monitors
Hello! I can't seem to have object_detection_pattern to work for specific monitors with mlapi MLAPI.log Oct 31 2021 20:12:40.938412 [DBG 2] Found monitor specific section for monitor: 13 Oct 31 2021 20:12:40.938434 [DBG 2] stream sequence not found in globals Oct 31 2021 20:12:40.938459 [DBG 2 ...
- Sun Oct 31, 2021 1:17 pm
- Forum: Mobile Apps and Event Server
- Topic: how to pass frame ids from zm to mlapi on remote server?
- Replies: 3
- Views: 9458
Re: how to pass frame ids from zm to mlapi on remote server?
Turns out i had to remove stream_sequence from mlapiconfig.ini and then mlapi remote server uses stream_sequence from objectconfig.ini of ZM. I've already have script which generates unique objectconfig.ini for each event with desired frames to analyze. Thanks! It's kinda hacky solution for me, but ...
- Sat Oct 30, 2021 6:22 pm
- Forum: Mobile Apps and Event Server
- Topic: how to pass frame ids from zm to mlapi on remote server?
- Replies: 3
- Views: 9458
how to pass frame ids from zm to mlapi on remote server?
The question is
how to pass frame ids to stream_sequence from zm to mlapi on remote server?
i have some logic on zm i need to pass to mlapi on remote server for each event...
how to pass frame ids to stream_sequence from zm to mlapi on remote server?
i have some logic on zm i need to pass to mlapi on remote server for each event...
- Fri Jun 18, 2021 11:53 am
- Forum: ZoneMinder Hints & Tips
- Topic: is it possible to use MLAPI over internet? zmeventnotification
- Replies: 1
- Views: 12528
is it possible to use MLAPI over internet? zmeventnotification
Hello! I would like to know if it's possible to use MLAPI over internet? So if i buy and setup somewhere MLAPI server on VGPU server (or VDS) will it be possible to just point my local zmeventnotification in ml_gateway to server over internet? Has anyone tried to use such configuration? Even more ...
- Sat Jan 09, 2021 4:24 pm
- Forum: Mobile Apps and Event Server
- Topic: Need testers for ES code (multiple model chaining/ arbitrary frames)
- Replies: 21
- Views: 14130
Re: Need testers for ES code (multiple model chaining/ arbitrary frames)
Yeah, global variables from [custom] section + replacing in monitors worked fine. Thank you.
- Wed Jan 06, 2021 5:05 pm
- Forum: Mobile Apps and Event Server
- Topic: Need testers for ES code (multiple model chaining/ arbitrary frames)
- Replies: 21
- Views: 14130
Re: Need testers for ES code (multiple model chaining/ arbitrary frames)
The new version of ES support model chaining as well as inspecting multiple frames in an event. I am looking for folks to: 1. Update to the new ES 2. Test if current operation works without making any config changes (that is, new code with old functionality) 3. Test new functionality. Specifically ...
- Wed Jan 06, 2021 11:19 am
- Forum: Feature Requests
- Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
- Replies: 7
- Views: 8772
Re: zmeventnotification make it to analyze not only snapshot and bestmatch
I've made new version of script for EventNotification server 6.1.0 It will now add to regular 'frame_set': 'snapshot,alarm' 20 frames divided from max amount of frames from event. On event start it will now truly wait until MAX_FRAME is settled (so event stops writing) for event. Old script worked ...
- Thu Dec 31, 2020 11:41 am
- Forum: Feature Requests
- Topic: OMG Snow!!
- Replies: 4
- Views: 8994
Re: OMG Snow!!
@ibdroid Do you mind sharing your settings and how do you accomplish this? I have my camera set up constantly record, it's an h264 stream and set up as passthrough mode. It's a low resolution substream that I use for motion detection. 8 fps at 720p. And according to ZM in less than 24 hours it used ...
- Thu Dec 31, 2020 11:34 am
- Forum: User Contributions
- Topic: zmeventnotification questions
- Replies: 2
- Views: 20240
Re: zmeventnotification questions
Hello I'm experimenting with zmeventnotification. It's running and detecting. Great functionality. Questions: 1) Has anyone figured out a way to email the detected object including snapshot? I looked around this forum and googled it but emailing does not seem popular. If anyone has step by step ...
- Tue Dec 08, 2020 4:10 pm
- Forum: Feature Requests
- Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
- Replies: 7
- Views: 8772
Re: zmeventnotification make it to analyze not only snapshot and bestmatch
Oh, that comment in code got me confused # This uses mlapi (https://github.com/pliablepixels/mlapi) to run inferencing and converts format to what is required by the rest of the code. So in example i need to just comment out frame_set and uncomment video related settings? stream_options = { 'frame ...
- Tue Dec 08, 2020 8:55 am
- Forum: Feature Requests
- Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
- Replies: 7
- Views: 8772
Re: zmeventnotification make it to analyze not only snapshot and bestmatch
Short hack: See https://github.com/pliablepixels/zmeventnotification/issues/313 The longer term/better performant/more options way: Feel free to follow the work going on here pyzm is the core part that does all this. I am currently running a version of the detection framework that is doing what you ...
- Sun Dec 06, 2020 8:02 am
- Forum: Feature Requests
- Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
- Replies: 7
- Views: 8772
Re: zmeventnotification make it to analyze not only snapshot and bestmatch
I've made small adjustment for hacky solution to divide event for 10 analysable frames depending on maximum frame count: It's very ugly and i don't encourage anyone to use it, but it works for me for now. Maybe will be useful for someone who's also lazy (don't have time?)to setup MLAPI server. It ...
- Sat Dec 05, 2020 3:47 am
- Forum: Feature Requests
- Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
- Replies: 7
- Views: 8772
Re: zmeventnotification make it to analyze not only snapshot and bestmatch
Short hack: See https://github.com/pliablepixels/zmeventnotification/issues/313 The longer term/better performant/more options way: Feel free to follow the work going on here pyzm is the core part that does all this. I am currently running a version of the detection framework that is doing what you ...