oveddan / posenet-for-installations

Provides an ideal way to use PoseNet for installations; it works offline and broadcasts poses over websocket.
Apache License 2.0
132 stars 29 forks source link

Update to the latest posenet? #14

Open sklipnoty opened 5 years ago

sklipnoty commented 5 years ago

As far as I can see this is the 2018 version of the release of posenet.

Also was wondering if you can simple give a 'true' offline experience without all the extra dependencies around it like (node,yarn,...).

Basically is it possible just to have the client-side html/js/css files without the whole server thing?

oveddan commented 5 years ago

Hi @sklipnoty Yes I will update to 2.0

You can get completely offline by running: cd client yarn distribute

This will create a distributable package for a specific file system of the client side files.

Also make sure to edit the file client/distribute.js with the target os.

This needs to be documented better, so we can add that as an issue.