guillherms/human-activity-pose_v4
Viewer β’ Updated β’ 920 β’ 34 β’ 1
How to use guillherms/human-activity-pose-models with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://guillherms/human-activity-pose-models")
This model classifies human activities (reading, waving, office work, etc.) using pose landmarks extracted from MediaPipe Pose.
mlp_pose.h5: Trained Keras modellabel_encoder.pkl: Encodes activity labelsCreated by Guilherme Santos