I'm trying to configure ES with hook to trigger alarm when a person crosses an area defined in configuration monitor.
The monitor section in objectconfig.ini is defined like this:
Code: Select all
## Monitor specific settings
[monitor-3]
# Route
model_sequence=object
object_detection_pattern=(person)
import_zm_zones=yes
only_triggered_zm_zones=yes
# end monitor 3
In general it works fine, but when the light suddenly changes (for example with the light car) an event is triggered and analysed by hook. Then i get a person detection of 54.09% in the enclosed objdetect.jpg picture. As you can see it's not a person but a little tree which moreover is not in the defined areas.
Is it possible to avoid such false alarm ? Thanks for your help