When trying to run a demo project for Handpose tfjs, I get the below error.
My package.json file has below dependencies:
{ \"name\": \"tensorflo
Tensorflow released 2.0.0, and now you must choose either tfjs-backend-webgl, tfjs-backend-cpu, or tfjs-backend-wasm to run your model. You're using handpose and for that you should use webgl.