justadudewhohacks / face-api.js

JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
MIT License
16.56k stars 3.69k forks source link

Face Detection custom dataset #522

Open phillipiv opened 4 years ago

phillipiv commented 4 years ago

Hello,

Your projects are really awesome! I read Readme file and it says you used a custom dataset of ~14K images labeled with bounding boxes to train tiny yolo model. Would you mind sharing the dataset? So I can train my own model on it.

Thanks! Felipe

justadudewhohacks commented 4 years ago

Would you mind sharing the dataset? So I can train my own model on it.

Unfortunately I am not able to share this dataset sorry, but if you want to train your own face detector, get the WIDER face dataset, this one is publicly available and the standard dataset for training face detectors.