firebase / quickstart-android

Firebase Quickstart Samples for Android
https://firebase.google.com
Apache License 2.0
8.86k stars 7.32k forks source link

Firebase ML Kit: Pre-Trained Models #747

Closed SubhashKsr closed 5 years ago

SubhashKsr commented 5 years ago

I can see there are 3 pre-trained models included in the assets folder of the ML-Kit sample app.

Please help me understand

This question can also be answered on StackOverflow

the-dagger commented 5 years ago

Hi @SubhashKsr I don't think that any of these models correspond to face detection, however looking at the label.txt file, I can say that they are basic examples of a classification model.

As far as the dataset goes, I guess @gkaldev might be able to give more insights on this but you can go ahead and retrain any one of these models using a dataset available on kaggle.

samtstern commented 5 years ago

Thanks @the-dagger. That's correct, none of those models correspond to Face detection. These are meant to demonstrate using a custom model with MLKit, whereas the face detection model is built-in.