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

Bad performance using mobilenet #33

Closed douzeyang closed 6 years ago

douzeyang commented 6 years ago

Hi, Recently I also trained a mobilenet based object detection model, but the performance is much worse than yours. Could you tell me the training details when you trained your model. Thanks

chensteven commented 6 years ago

Also interested. Do you have the training code?

yeephycho commented 6 years ago

I already lost all the training script, sorry about that. @douzeyang @chensteven

iitzco commented 6 years ago

@douzeyang checkout https://github.com/iitzco/faced for (near) real time face detection in CPU! It's a custom simpler model based on YOLO architecture trained on WIDER dataset also.

If you are having performance issues, faced could provide a solution