ml5js / ml5-next-gen

Repo for next generation of ml5.js: friendly machine learning for the web! 🤖
https://ml5js.org/
Other
54 stars 19 forks source link

add smoothing to BlazePose under `tfjs` #148

Open ziyuan-linn opened 2 months ago

ziyuan-linn commented 2 months ago

Opening an issue to track the problem discovered in #140. enableSmoothing: true does not seem to work for BlazePose under tfjs runtime.

shiffman commented 2 months ago

In the meantime, we can add something to the documentation (cc @QuinnHe) about how mediapipe can be used instead of tf.s in order to enable smoothing. This likely does not need to be corrected since we have that as a backup option and perhaps we will eventually return the default to media pipe after resolving #69 and #129!

QuinnHe commented 2 months ago

Noted! Will work on it after other pages are completed :)