google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://mediapipe.dev
Apache License 2.0
26.77k stars 5.09k forks source link

Hand tracking stuck in Initializing... #430

Closed 2j4rmp4jo6 closed 4 years ago

2j4rmp4jo6 commented 4 years ago

I'm trying Visualizing MediaPipe Graphs, but the example of hand tracking didn't work, after I press run, the Runner will stuck at Initializing..., my webcam will open, but nothing happened, other examples work successfully, did I missed something or my computer isn't well enough to run?

mgyong commented 4 years ago

What browser and the version number? We currently support properly only Chrome

2j4rmp4jo6 commented 4 years ago

I'm using Chrome 79.0.3945.130 The console shows the error Uncaught RuntimeError: abort(undefined). Build with -s ASSERTIONS=1 for more info. at abort (https://viz.mediapipe.dev/runner/demos/hand_tracking/hand_tracking_bin.js:690:8) at _abort (https://viz.mediapipe.dev/runner/demos/hand_tracking/hand_tracking_bin.js:4592:2) at wasm-function[2127]:0xaccb1 at wasm-function[4993]:0x1d6ede at wasm-function[4997]:0x1d73ef at wasm-function[2905]:0xff9b2 at wasm-function[456]:0x850c at wasm-function[2022]:0xa7047 at wasm-function[3723]:0x172465 at wasm-function[8934]:0x38dda8

mgyong commented 4 years ago

We have fixed the problem. Can you retry? Thks

2j4rmp4jo6 commented 4 years ago

Wow it works, thanks a lot. By the way, is it possible to track muilt-hand?

mgyong commented 4 years ago

We may look into multi-hands later. Currently we do not have plans for multi-hands on the web

2j4rmp4jo6 commented 4 years ago

OK, thanks a lot!!