[Config Support]: #22839
Replies: 1 comment
-
|
Here are answers to your questions: 1 & 2. Face recognition working in Face Library but not showing in Review tab: When a known person is recognized, their name is added as a Your config looks correct. Check that:
3. Explore tab showing object type but not identity: Yes, that's expected. The Explore view shows tracked objects with their labels (person, cat). The sub_label (recognized name) appears in the Tracked Object Details pane within Explore when you select a specific event. (2) 4. Distinguishing between different cats: Face recognition only works for To distinguish between cats, you can use Object Classification, which allows you to train a custom MobileNetV2 classification model to identify finer categories for tracked objects. (2) You would:
5. Improving person vs cat detection accuracy: If you're using the default model and getting confusion between person and cat, consider:
📚 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 have enabled object detection and facial recognition, but have questions/issues:
I am getting recognition in the "facial recognition" tab...
... but no recognition or labelling is showing in review tab. I just see a video of the motion detected under "alerts" (nothing at at under "detections" or "motion"). From what I understand this is ordered alerts > detections > motion)?
In explore tab it shows boxes around objects, and type (e.g. cat or person), but not who they are. Is that correct?
What is the "label" option? Can I get it to learn to detect between different cats?
Also, whilst mostly correct, sometimes it gets muddled between "person" and "cat". How can I improve on that?
Version
0.17.0-f0d69f7
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Debian
Install method
Docker Compose
docker-compose file or Docker CLI command
n/aObject Detector
Coral
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