Search found 1457 matches
- Thu Feb 25, 2021 8:24 pm
- Forum: Mobile Apps
- Topic: RESOLVED -why is zmninja-pro-1.6.4-linux-x86_64.AppImage phoning home
- Replies: 3
- Views: 101
Re: why is zmninja-pro-1.6.4-linux-x86_64.AppImage phoning home
lb-140-82-112-5-iad.github.com (and similar) seems to be a load balancer node of GH. When zmNinja starts, it connects to https://api.github.com/repos/pliablepixels/zmNinja/releases/latest to get the latest zmNinja version available. It looks like this TCP connection is made when that HTTP GET is cal...
- Sun Feb 07, 2021 9:06 pm
- Forum: ZoneMinder 1.34.x
- Topic: Trying to get object detection working
- Replies: 4
- Views: 267
Re: Trying to get object detection working
Read the logs you posted. There are multiple errors. If you don't want tpu/face, remove them
- Mon Jan 25, 2021 7:24 pm
- Forum: Mobile Apps
- Topic: Mlapi error when starting detection
- Replies: 6
- Views: 386
Re: Mlapi error when starting detection
delete /var/lib/zmeventnotification/zm_login.json
- Sun Jan 24, 2021 5:29 pm
- Forum: Mobile Apps
- Topic: Mlapi error when starting detection
- Replies: 6
- Views: 386
Re: Mlapi error when starting detection
mlapi never had a training command line client. I just added one to master.
- Sun Jan 24, 2021 12:14 pm
- Forum: Mobile Apps
- Topic: zmNinja having hard time with Run states changing
- Replies: 7
- Views: 672
Re: zmNinja having hard time with Run states changing
Hmm, I'll have to look into this. May not be a quick fix - there is a lot of ugliness in how I handle hidden monitors (this was coded during the days I was learning how to program a mobile app in Angularjs, and I haven't changed it).
- Sun Jan 24, 2021 12:12 pm
- Forum: Mobile Apps
- Topic: thanks for decent build instructions
- Replies: 1
- Views: 160
Re: thanks for decent build instructions
Thanks for the note. It's always nice to see folks go the extra mile - source compilation is rife with all sorts of potential issues, mostly around library version mismatches. Glad things worked out for you. If you think there is scope for improving the instructions, I'd welcome a pull request.
- Sat Jan 23, 2021 11:12 am
- Forum: Mobile Apps
- Topic: zmNinja having hard time with Run states changing
- Replies: 7
- Views: 672
Re: zmNinja having hard time with Run states changing
zmNinja caches information from monitor list for 24 hours. Try this:
1. zmNinja->Developer Settings: Disable "use API caching"
2.zmNinja->clear API cache
3. kill zmNinja
4. Load zmNinja, go to montage, enable all monitors
1. zmNinja->Developer Settings: Disable "use API caching"
2.zmNinja->clear API cache
3. kill zmNinja
4. Load zmNinja, go to montage, enable all monitors
- Fri Jan 22, 2021 11:27 am
- Forum: Mobile Apps
- Topic: zmeventserver object detection settings per monitor
- Replies: 3
- Views: 356
Re: zmeventserver object detection settings per monitor
As it turns out, this is already enabled. Edited: See https://zmeventnotification.readthedocs.io/en/latest/guides/hooks.html#mlapi-overrides However, I am going to change this - it's messy this way - monitor specific stuff sits in objectconfig while the rest sits in mlapi. I'll have to think of a be...
- Thu Jan 21, 2021 10:18 pm
- Forum: Mobile Apps
- Topic: Mlapi error when starting detection
- Replies: 6
- Views: 386
Re: Mlapi error when starting detection
Fixed in master.
- Thu Jan 21, 2021 2:29 pm
- Forum: Mobile Apps
- Topic: zmeventserver object detection settings per monitor
- Replies: 3
- Views: 356
Re: zmeventserver object detection settings per monitor
I think I'll have to add per monitor support for mlapi. I'll have to review the code - hope to get to it this weekend
- Wed Jan 13, 2021 1:07 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 5391
Re: zmevennotification object detection on edge tpu
Doing more testing i increased no of processes for cpu and tpu both to 6 (as I got 6 cameras, 3 on mocord) and decreases tpu detection from 0.6 to 0.55 and now it's running mostly coral model, at least during the day. However I noticed some errors in the logs as coral stopped working after a day: /...
- Tue Jan 12, 2021 2:44 am
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 5391
Re: zmevennotification object detection on edge tpu
You can do that too. Take a look at the docs I linked to above. You can change patterns per model type as well as use most as same model sequence strategy.
- Sun Jan 10, 2021 11:08 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 5391
Re: zmevennotification object detection on edge tpu
Okay. Feel free to post samples.
I have to live life vicariously till I get a new computing environment.
I have to live life vicariously till I get a new computing environment.
- Sun Jan 10, 2021 9:17 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 5391
Re: zmevennotification object detection on edge tpu
You can inspect the logs for now - that will tell you if Yolo got invoked. In my case, Yolo isn't called much, but your case can be different. show_models worked for me last night - however my server crashed and I can't test till end of Jan (new server will take time to arrive). I don't recall if I ...
- Sun Jan 10, 2021 3:13 am
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 5391
Re: zmevennotification object detection on edge tpu
Sure. See ml_sequence here https://github.com/pliablepixels/mlapi/blob/master/mlapiconfig.ini whether you use mlapi or not the structure is the same. Also I’ve added more clarifications here https://zmeventnotification.readthedocs.io/en/latest/guides/hooks.html#vs-previous-versions on how this works.