meichthys / foss_photo_libraries

Free and Open Source Photo Libraries
https://meichthys.github.io/foss_photo_libraries/
MIT License
1.95k stars 51 forks source link

Split Object/Face Recognition #16

Open tknobi opened 2 years ago

tknobi commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago