PoseDetection Op
extension op - visible to all usersNamespace: Ops.Extension.TeachableMachines
Op author: mick
Maintained by Team: TeachableMachines
Uses library: teachablemachine_tf_speech_image_pose (Library for using models created with Teachable Machine. Includes tensorflow, tensorflow speech models, 'image' and 'pose')
Use the Teachable Machines pose detection with your webcam. Insert the uploaded model URL.
Summary (oneliner)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
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?
Patches using PoseDetection
Changelog
added lib: teachablemachine_tf_speech_image_pose.js 2020-11-18 - mick | |
Ops.Api.TeachableMachines.PoseDetection renamed to Ops.Libs.TeachableMachines.PoseDetection 2022-06-23 - pandur | |
Ops.Libs.TeachableMachines.PoseDetection renamed to Ops.Extension.TeachableMachines.PoseDetection 2022-12-14 - stephan |