Closed backslashV closed 3 years ago
Maybe there are not enough frames and scores so the average score is not high enough? See https://blakeblackshear.github.io/frigate/configuration/false_positives
Are you trying to use this to detect whether your garage door is open or closed?
Maybe there are not enough frames and scores so the average score is not high enough? See https://blakeblackshear.github.io/frigate/configuration/false_positives
Are you trying to use this to detect whether your garage door is open or closed?
Yes, I'm trying to detect just that. Unfortunately, I don't quite understand that part of the documentation. Is there a way I can see the scores so I can adjust the threshold accordingly?
At least on 0.8.4, you can go to the camera view, see the live mjpeg view, and click Show Options, and enable the bounding box. I think that shows the scores for each frame, live.
Using RPi and no coral, it will take longer to detect the object. Try about 1-2 seconds of motion because you'll need minimum 3 frames * inference_time to get an average score.
What I would do is just lower the threshold and min score first, then you can see what the average score is in the Events page. Then raise the values back up.
Thanks. I lowered those and it is now detecting it. For some reason the object count sensor goes from 1 to 0 even when the stop sign is in the stream. Shouldn't it stay at 1 for as long as the sign is visible?
My guess is that if there's no more motion, plus some delay, it stops detecting.
Oh. I guess I cannot use it for the purpose of detecting the door status after all.
You could try setup a zone at the bottom half when the door is closed. Then, you can get a notification when the stop sign enters or exits that zone. Entering that zone would mean the door is closing. Exiting that zone would mean the door is opening.
https://blakeblackshear.github.io/frigate/usage/mqtt#frigateevents Look at entered_zones
to see what zones the object has entered
https://blakeblackshear.github.io/frigate/usage/home-assistant#notifications It's like the 2nd notification example, "When a person enters a zone named yard"
But if there's any missed detection and the door opened/closed, you wouldn't know.
Or you could use other software, like DeepStack, to do object detection on demand, even when there's no movement.
Thanks. It seems it's still not detecting the sign well at all, maybe 1/10 times. I even tried min_score of 0 and threshold of 0.1. frigate/events are also not sent all the time. I think the latter is because of no detection.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Moved the camera closer and that solved the issue.
Describe the bug Hi, I have a stop sign in my garage that I am trying to detect. Sometimes, in frigate's web UI, I can see a blue box around the stop sign showing above 80% probability when the door is moving. However, it isn't ultimately detected. I am using a mask to only monitor the top right corner. Is there a way to fix this?
Photos: https://imgur.com/a/yHplu0t
Version of frigate Output from
/api/version
1.13Config file Include your full config file wrapped in triple back ticks.
Frigate container logs
Frigate stats
not sure where to get this!
FFprobe from your camera
Run the following command and paste output below
ffprobe not available in HA terminal
Screenshots If applicable, add screenshots to help explain your problem.
Computer Hardware
Camera Info:
Additional context Add any other context about the problem here.