How to interpret event json #15285
Replies: 3 comments 4 replies
-
There are two boxes in that payload, one for the person and one for the face. All of the fields you're questioning are describing the person |
Beta Was this translation helpful? Give feedback.
-
Ok. So I've got a snapshot in frigate where it's tagged with person, face, package. But when I then look at the event data behind that I can only see person and face. I'm not getting package - I would have thought it was an attribute? I'm unclear on the difference between I was hoping I could see the list of attributes found during the detection event frames grow (with successive frames) and then react to the first time I see person with a package Part of the difficulty is tracking down the event id from frigate UI eg. where can I see it was |
Beta Was this translation helpful? Give feedback.
-
Ah. So if I want to detect that a person with a package walked on the driveway do I need to look at reviews and then the detections referenced by it? Or can I just look at reviews Do the before/after zones work in the same way as for events I want to detect if a person with a package moved from the street to the driveway |
Beta Was this translation helpful? Give feedback.
-
I'm trying to work out why my triggers are failing or are over sensitive.
My automation looks at a person who moves from the driveway to the porch. But at night I get a lot of false positives and so I want to use scores and sub labels to help me
Here's some json I reviewed. You will note it is the 'end' frame.
On the snapshot in Frigate I see a bounding box for both the person and the face so I know it knows about it.
But when I review the json I don't see a box for the person just a box for the snapshot and one for the face. I understand that face is a sub label.
So here for the
after
section I see:-face
scoring 55.46%person
in theafter
section 95.7%after
section also has atop_score
of 95.7% - again what does this actually meanface
at 85.9%person
label with a scoreAny suggestions? Are there rules for how to interpret this hierarchy?
Beta Was this translation helpful? Give feedback.
All reactions