Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Object/Face Recognition #16

Open
tknobi opened this issue Jun 29, 2022 · 3 comments
Open

Split Object/Face Recognition #16

tknobi opened this issue Jun 29, 2022 · 3 comments

Comments

@tknobi
Copy link
Contributor

tknobi commented Jun 29, 2022

Hi,

For me, recognizing objects and recognizing faces are two completely different things. While objects are simply recognized, faces have to be detected, a person has to be recognized, suggested, labeled, filtered, clustered, ....

So should this be split?

Cheers
tknobi

@meichthys
Copy link
Owner

Yes, i agree. I would think that any application that has face detection will also have object detection, but the quality of object detection could still vary widely.

We should probably also split out some other 'Features' like Mobile App and Desktop App. I'll create separate issues for those.

@meichthys
Copy link
Owner

  • If we split Object/Face recognition, we will need to update features.md

@rmspot
Copy link

rmspot commented Jan 16, 2025

I think (not an expert tough) that object vs face detection is something like common noun vs proper noun: face detection tells you this is Paul, Mary, etc. while object detections tells you this is a face, a head, a car, a tree ... then object detection could be more specialized, instead of telling this is a car it would tell this a Ford, a Jaguar, ... and the exact model if it can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants