Skip to content

Releases: handtracking-io/yoha

v1.1.0

24 Feb 20:42
Compare
Choose a tag to compare

New backend

  • Added support for tfjs wasm as computational backend.
  • See here for a demo for each backend.

API changes

  • Some functions and arguments have been renamed to make the API more consistent.

v1.0.0

04 Feb 09:57
Compare
Choose a tag to compare

Open Source

The new API is now fully open source.

API Rework

The API has been reworked substantially to be simpler and less opinionated. For now Yoha only runs on the tfjs/webgl backend. tfjs/wasm will be added in a future-release.

Other

  • Tfjs is now not bundled within Yoha which should make working with Yoha and other TFJS based packages more convenient.
  • A simple usage example has been added here.