Skip to content

Releases: Benkess/image_vec_db

v4.1.3

25 Jan 04:56
69ce231

Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

v4.1.2

25 Jan 02:07
d2934c9

Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v4.1.2

v3.3.1

21 Nov 21:56
a5779cd

Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

21 Nov 19:04
a2d6ee7

Choose a tag to compare

v3.3.0 Pre-release
Pre-release

What's Changed

  • HTTP Device Fix by @Benkess in #34
  • Gesture code working with device detection and database by @Benkess in #35
  • Database works on pi5 by @Benkess in #36
  • PyTorch Gestures, Camera pipeline fixes, add device state by @Benkess in #37

Full Changelog: v3.1.1...v3.3.0

v3.1.1

07 Nov 06:27
b8e0564

Choose a tag to compare

What's Changed

  • Fixed requirments and silent mediapipe import error by @Benkess in #33

Full Changelog: v3.1.0...v3.1.1

v3.1.0

07 Nov 04:30
da86d47

Choose a tag to compare

Key Changes:

  • The HTTP push device now works and is supported by add device GUI.
  • Device config files can be loaded into the add device GUI. There is a directory with example device configs to try.
  • Fixed issues with camera types
  • Updated the saved configs. The no_ml config will not use gesture recognition or device detection.
  • Added a CLI arg for changing the IP address of central controller.

What's Changed

New Contributors

Full Changelog: v2.0.1...v3.1.0

V2.0.1

27 Oct 19:02

Choose a tag to compare

V2.0.1 Pre-release
Pre-release

Fixes an incorrect path in the config. The user must add simple_device.

Full Changelog: v2.0.0...v2.0.1

V2.0.0

27 Oct 18:54

Choose a tag to compare

V2.0.0 Pre-release
Pre-release

Summary

The default config in this release contains all the components necessary to run through all states of the GLASS software on one machine. Three main processes are launched (1 for each controller). A button GUI allows the user to simulate button presses. Most of the interfaces are implemented as fake demo versions. For example the device detection interface will always return the same hardcoded device. The three separate process groups communicate using sockets which is similar to how it will be done on the final product. Display messages and device command messages appear in the terminal. Devices can also be added using the add device GUI but they will not be used as the device detection interface returns a pre-defined device.

Know Issues

The user must add a device called simple_device with gesture 1 mapped to a command. This device will always be used.

What's Changed

Full Changelog: v1.0.1...v2.0.0

v1.0.1

07 Oct 20:22
73725c6

Choose a tag to compare

What's Changed

  • Add all devices to database and detection accuracy tests by @Benkess in #1

New Contributors

Full Changelog: v1.0.0...v1.0.1

V1.0.0

02 Oct 04:10

Choose a tag to compare