Closed frakman1 closed 1 year ago
I'd suggest using a max_ratio filter since a person wouldn't be that wide. Object ratios are calculated as width / height in pixels.
@NickM-27
Thanks. What value do you recommend for max_ratio
? I see the default is 2
# Optional: maximum width/height of the bounding box for the detected object (default: 24000000)
max_ratio: 2.0
@NickM-27
Thanks. What value do you recommend for
max_ratio
? I see the default is 2# Optional: maximum width/height of the bounding box for the detected object (default: 24000000) max_ratio: 2.0
No, the default is 2400000 (as it says in the comment). 2 is there as a reasonable example
I'd recommend 1 so basically nothing wider than a square
Oh Ok. I was wondering why the values were SO different. I'll try 1. Thanks again.
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.
That didn't really work because it would break person detection. I ended up just moving the plants out of view.
I have two funny false positives as well. The first one might look like a person's head with long hair, but it was a flying bumble bee. The second one (bottom right, boxed) might look like a lady with long skirt, but it is a piece of dried fallen branch. Need to do some spring cleaning yard work :) But is there any way to reduce these kind of false positives? BTW, on 0.12.0-rc1 using OpenVINO.
Describe the problem you are having
The following image keeps getting detected as a person.
I'm using default everything with just CPU as my processor/detector. I have frigate running in docker on my UNRAID server and using docker-wyze-bridge as the go between to my Wyze cams providing an RTSP feed.
Version
0.12.0-66881eb Docker: ghcr.io/blakeblackshear/frigate:0.12.0-beta7
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
Operating system
Debian
Install method
Docker Compose
Coral version
CPU (no coral)
Network connection
Mixed
Camera make and model
Wyze via docker-wyze-bridge
Any other information that may be helpful
I just set this up today so am open to any suggestions for improvement.