To get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.
1.3.0 (posenet 2.1.3)
Firefox 69.0.3
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?
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.
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 ?

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
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).