yeephycho / tensorflow-face-detection

A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Apache License 2.0
768 stars 264 forks source link

Can I implement Face Detection in SSD MobileNet keeping the standard coco objects? #69

Open lanzani opened 3 years ago

lanzani commented 3 years ago

I'm quite new in the world of cv and I have a question, i hope that someone more experienced than me can give me a suggestion. Is it possible to implement a Face Detection in SSD mobilenet? I mean can I use transfer learning to add "faces" as a object to the model?

My goal is to have all the default coco objects (person, car ecc) and add the object "face" so all of them can be detected. Thank u :)

yeephycho commented 3 years ago

It's possible if you have a right dataset.