[Support]: Should I annotate object I don't want to be detected in a particular camera #22833
Replies: 1 comment
-
|
Yes, you should annotate all objects (including cars) in your porch camera images, even if you don't want cars detected on that specific camera. (1) The key distinction in the documentation is:
For your situation: If you want cars detected on your driveway camera but not your porch camera, you should still enable the "car" label in your Frigate+ annotation settings for all cameras (including porch) so you can properly annotate cars when they appear. The per-camera detection filtering should be handled in your Frigate NVR configuration using the In your Frigate config, you can configure each camera to only track specific objects: cameras:
porch:
objects:
track:
- person
- package
driveway:
objects:
track:
- person
- carThis way your model learns what cars look like (improving overall accuracy), but your porch camera only triggers on person and package detections. 📚 Sources: Have another question? Just tag @inkeep. |
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 am subscribed to frigate+ and annotating images. I have several cameras like driveway, porch, backyard etc. In the Frigate+ portal settings I have selected person and package to be detected on the porch camera. I don't care about detection like car. Do I need to annotate car in the porch camera images even if I don't want the cars to be detected in porch camera?
If yes, it does not allow me to select car in the annotation because in "Annotation Labels" I haven't selected "Car" for the porch edit camera option.
I read the documentation but I am confused by,
Thanks!
Version
0.17.1-416a9b7
What browser(s) are you using?
Chrome
Frigate config file
N/ARelevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
N/AInstall method
Docker Compose
docker-compose file or Docker CLI command
N/AObject Detector
Coral
Network connection
Wired
Camera make and model
Reolink
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions