Tfjs: PoseNet stopped working

Created on 29 Oct 2019  路  6Comments  路  Source: tensorflow/tfjs

To get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.

TensorFlow.js version

1.3.0 (posenet 2.1.3)

Browser version

Firefox 69.0.3

Describe the problem or feature request

The script tag example and any other example I tried stopped working. It still worked on Friday, but since then something changed and the returned score on estimated poses are low (~0.03) on an example image. I don't see any new version released over the weekend, any ideas what might happened?

Code to reproduce the bug / link to feature request

https://github.com/ptrlaszlo/posenetdemo

If you would like to get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.

GitHub issues for this repository are tracked in the tfjs union repository.

Please file your issue there, following the guidance in that issue template.

P1 examples bug

Most helpful comment

We just released 1.3.1 which should now work with the latest posenet (make sure you explicitly upgrade tfjs if you are using a lock file since the latest posenet depends on ~1.3.0).

All 6 comments

same here 馃憤

Thank you for reporting , I was also able to verify this.@tafsiri @nsthorat there are some version upgrades in tfjs to 1.3.0 is this something to do with this error ?

image

We know about the bug and are looking into it. For now you can use an older version of tfjs with the new posenet package (use 1.2.11).

@nsthorat thank you ,I tried in older versions , same problem.

We just released 1.3.1 which should now work with the latest posenet (make sure you explicitly upgrade tfjs if you are using a lock file since the latest posenet depends on ~1.3.0).

Thank you! Works with 1.3.1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kylemcdonald picture kylemcdonald  路  3Comments

chrisdonahue picture chrisdonahue  路  3Comments

beele picture beele  路  3Comments

JasonShin picture JasonShin  路  4Comments

Umar24129 picture Umar24129  路  3Comments