You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TF and TFLite to train a custom model that takes ML Kit's model as input, and outputs classification logits. A model with 2 Dense layers should be enough.
Firebase for storing training data
Artifacts:
Data collection app
Capture images and use Pose Detection API to detect body landmarks
Store the landmarks to Firestore, together with user input labels
Model training notebook
Load the training dataset from Firestore
Build a Keras model that classify the pose (model inputs are the landmark from Pose Detection)
Convert the model to TFLite
Demo app
Use Pose Detection API to detect landmark from the camera input, and run classification using the TFLite model
Goal:
Technologies used:
Artifacts:
data collection app