The demo giving false detection

#4
by Saydek217 - opened

Hello,
I have a problem with running the demo ( editor version 6000.0.34f1), as shown in the screenshot, the hand landmarks are way off.
I have only cloned the repo and run the scene directly without changing anything!
could someone help me?
Capture d'écran 2025-01-25 125523.png

Same problem!

In newer versions, changing this

    var boxes = outputs[1]; // (1, 2016, 18)
    var scores = outputs[0]; // (1, 2016, 1)

to this

    var boxes = outputs[0]; // (1, 2016, 18)
    var scores = outputs[1]; // (1, 2016, 1)

fixes the issue, at least for me, using 6000.0.36f1

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment