Skip to content

Releases: brownhci/WebGazer

3.4.0

16 Jul 14:38

Choose a tag to compare

What's Changed

3.3.0

20 Oct 23:16

Choose a tag to compare

added extensions for react+vite compatibility
minor tweaks to www page

3.2.0

17 Sep 02:44

Choose a tag to compare

What's Changed

  • remove numeric
  • slight update to tensorflow model "face-landmarks-detection"
  • minor housekeeping

3.1.2

28 Mar 20:57

Choose a tag to compare

What's Changed

  • Update web dependencies, refactor examples by @ct-martin in #291
  • Basic heatmap example by @ct-martin in #292
  • fix d3-color security vuln warnings

3.1.1

19 Jan 03:21

Choose a tag to compare

make build work for Windows
minor updates to the webpage

3.1.0

18 Jan 07:30

Choose a tag to compare

add option for monocular tracking
fix crash after long-term webgazer usage #266
update for node 18 and webpack 5

3.0.0

27 Mar 23:53

Choose a tag to compare

update major version number because of slight API change (breaking change)

update facemesh and fix some bugs

2.1.2

21 Mar 21:37

Choose a tag to compare

bump version. avoid version 2.1.1

2.1.1

19 Mar 09:49

Choose a tag to compare

Don't use this release, it's buggy

2.1.0

14 Jul 06:57

Choose a tag to compare

Note this version release includes tensorflow in webgazer. Since tensorflow is not compatible with other versions of itself, it'll break things if used by the application elsewhere. So probably better to just make it a dependency that needs to be explicitly included, aka not vendoring it in. Previously discussed in #207