Re: Need testers for ES code (multiple model chaining/ arbitrary frames)
Posted: Wed Jan 06, 2021 8:28 am
I've pulled the latest version and moved to that and the migated config now.
ZoneMinder Forums
https://forums.zoneminder.com/
Code: Select all
NEW: If enabled (default = no), we will use ml_sequence and stream_sequence
Code: Select all
When use_sequence is set to yes (default)
fixed.Magic919 wrote: ↑Wed Jan 06, 2021 11:38 am Contradition regarding the default for use_sequence. The config file says
Readthedocs saysCode: Select all
NEW: If enabled (default = no), we will use ml_sequence and stream_sequence
Code: Select all
When use_sequence is set to yes (default)
default config for new detection sequence makes it to analyse faces all the time, so my cpu utilization sky-rocketed, i've added to face model config of ml_sequence "pre_existing_labels": person and now it's back to normalasker wrote: ↑Wed Dec 30, 2020 9:33 pm 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, I want to know if folks update to the new ES and face any errors (without making changes to config)
Steps are here: https://github.com/pliablepixels/zmeven ... -749162186
Would appreciate feedback
The default config is a sample. If you don't want face, simply remove it from model_sequencedefault config for new detection sequence makes it to analyse faces all the time, so my cpu utilization sky-rocketed, i've added to face model config of ml_sequence "pre_existing_labels": person and now it's back to normal
It should work. You should be able to replace either variables or the full ml_sequence on a per monitor basis. Have you tried?it's not possible to setup different ml_sequences for certain monitors?