question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PoseNet stopped working

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

2reactions
nsthoratcommented, Oct 30, 2019

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

0reactions
ptrlaszlocommented, Oct 30, 2019

Thank you! Works with 1.3.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error while running poseNet on Webcam video - Stack Overflow
can you try uncommenting the return in loadVideo : async function loadVideo() { const video = await setupCamera(); video.play(); return ...
Read more >
Using Posenet tflite model |in python|Deep Learning - YouTube
This is a tutorial on how to use tensorflow posenet model in python and to extract position of joints ,display them on screen...
Read more >
tensorflow-models/posenet/README.md - UNPKG
This package contains a standalone model called PoseNet, as well as some demos, for running real-time pose estimation in the browser using TensorFlow.js....
Read more >
Problem with toggle camera with facemesh and posenet
When I work with a companion, and change the camera options in the designer, the camera will switch properly. I think that's because...
Read more >
Getting Started with ML5.js — Tutorial Part II: PoseNet - Medium
Last but not least, we can further edit the code to make PoseNet only traces our arms. ... So big shout out to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found