Replies: 1 comment
-
firefox is supported by library itself, doesn't mean there is time/resources to test every demo option. there are other ways to draw tensor to canvas, that particular demo uses |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking at your faceid demo https://vladmandic.github.io/human/demo/faceid/. When using the demo in firefox it throws an
Uncaught (in promise) Error: Kernel 'Draw' not registered for backend 'webgl'
When i run it chrome it works. It's theawait human.tf.browser.draw(current.face.tensor, dom.canvas);
command located in the detectFace() function that does it.Checking hardware acceleration is enabled. webgl is enabled. Firefox version 126.0 if that matter. I've tired it on multiple computers and fresh installs. As I saw in another post. Firefox is suppose to be supported. So i'm not sure what the problem could be.
Beta Was this translation helpful? Give feedback.
All reactions