[Detector Support]: Detections missing after switching from mobiledet to yolov9 #20183
Replies: 2 comments 1 reply
-
Your experience switching from Here are actionable steps to improve detection rates for cats and dogs:
Running Multiple Models in Parallel: Summary:
For further model tuning details and hardware compatibility, see the Frigate+ Models documentation and Object Filters documentation. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
If you're missing detections the first thing you should do is remove your area filters, this is an easy way to miss things without realizing it since they just get filtered out. You're also running at a very high detect resolution and I think setting the detect resolution to 1280x720 to have the GPU scale it down will work better |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I switched from mobiledet using a coral to the base yolov9 model (d88...). Mostly, because the mobiledet confused cats and dogs all the time and our garden parasol base was pretty confidently detected as cat all the time.
Right after switching to yolov9 I was pretty happy about much less false positives. However, I realized pretty soon that I was missing a lot of detections. Initially I turned the min_score for dogs up to .7 like supposed, but even after turning it down to .6 I'm pretty sure I'm still missing detections.
Even worse are cats. With 0.65 on one camera and default settings on all other cams I did not get a single cat detection in the last two weeks. Even when a pretty big cat was walking slowly right in front of the camera in good lighting conditions.
At this point I'm not sure if I can trust the model at all, especially if it will detect people in bad lighting..
Does someone have similar issues? Is there any way I can run multiple models in parallel to compare detections?
Version
0.16.1-e664cb2
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Install method
Docker Compose
Object Detector
OpenVino
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions