Skip to content

Commit

Permalink
Fix the broken gif in PoseNet. (tensorflow#246)
Browse files Browse the repository at this point in the history
Fix the broken gif in PoseNet.
  • Loading branch information
dsmilkov authored Jun 26, 2019
1 parent 4d7fc36 commit ae1a937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posenet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package contains a standalone model called PoseNet, as well as some demos,

[Try the demo here!](https://storage.googleapis.com/tfjs-models/demos/posenet/camera.html)

<img src="https://raw.githubusercontent.com/irealva/tfjs-models/master/posenet/demos/camera.gif" alt="cameraDemo" style="width: 600px;"/>
<img src="demos/camera.gif" alt="cameraDemo" style="width: 600px;"/>

PoseNet can be used to estimate either a single pose or multiple poses, meaning there is a version of the algorithm that can detect only one person in an image/video and one version that can detect multiple persons in an image/video.

Expand Down

0 comments on commit ae1a937

Please sign in to comment.