snowzach / doods

DOODS - Dedicated Open Object Detection Service
MIT License
303 stars 31 forks source link

Question: Can you make it detect specific people? #41

Closed LordNex closed 3 years ago

LordNex commented 3 years ago

I was wondering if you could have it compare the image to a small set of "known" people for recognition. For instance if I have an image of me and each of my family members, if it sees a person detection and it matches 90% correct then it tests those images agains the known images to see if any match, then report back? Would make it so that we could trigger automations based upon specific recognitions

snowzach commented 3 years ago

It can be done.. but you need to train a model. DOODS just operates on models. You need to look into how to train a custom model.