Ops.Api.TeachableMachines.PoseDetection
Namespace: Ops.Api.TeachableMachines
Use the Teachable Machines pose detection with your webcam. Insert the uploaded model URL.
summary (oneliner)
got to https://teachablemachine.withgoogle.com/ to train a model
doc
issues
youtube id
collections
Inputs
Render (Trigger)
trigger prediction
Initialize (Trigger)
trigger inizialization of model
Model URL (String)
model base url
Webcam texture (Object)
webcam
Flip image (boolean /Number)
flip the webcam image
Outputs
Trigger (Trigger)
trigger out
Initialized (Trigger)
init done
Classifier (Array)
prediction classes and scores
Pose positions (Array)
2d positions of recognized poses
Image flipped (boolean Number)
image flipped?
Credits
- Uses library: teachablemachine_tf_speech_image_pose (Library for using models created with Teachable Machine. Includes tensorflow, tensorflow speech models, 'image' and 'pose')
- Op author: mickey
Changelog
added lib: teachablemachine_tf_speech_image_pose.js
2020-11-18 - mick
2020-11-18 - mick