Skip to content

Releases: andreped/DSS

v0.2.0

06 Mar 10:55
25a2dad
Compare
Choose a tag to compare

What's Changed

  • Save recordings in database by @UteSpiske in #21
  • Database change to .csv + addition of gyroscope and rotation data by @UteSpiske in #26
  • Added feature to delete single or all recordings in database
  • Improved demp app UI; style + recording-related tabs
  • Updated demo app snapshots

Full Changelog: v0.1.3...v0.2.0

v0.1.3

03 Feb 13:48
9acce54
Compare
Choose a tag to compare

What's Changed

  • Bug Fix #16 Bug: Demo app occasionally freezes when using emulator by @UteSpiske in #17
  • Implementation Start/Stop Button by @UteSpiske in #18
  • Implementation of Homepage and change of ColorScheme by @UteSpiske in #19
  • Added codecov -> Python only
  • Improved unit tests to be compatible with codecov
  • Build APK for all PRs

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Jan 14:33
d4c83da
Compare
Choose a tag to compare

What's changed

  • Bug fix in keras2tflite converter -> forgot sys import
  • Bug fix in main.py -> wrong variable names two places
  • Added codecov for train.py test -> merged into train CI
  • Fixed Flutter test CI

NOTE: APK is identical to previous release. Only train/CI/README that has been changed in this patch release.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Jan 10:32
3499e1c
Compare
Choose a tag to compare

What's changed

  • Lots of quality of life changes to training scripts
  • Improved ViT network performance
  • Added argparse solution to training script -> does not need to modify code to run training experiments
  • Added argparse solution for converting pretrained models to TensorFlow Lite format (*.tflite)
  • Added Flutter CI test
  • Changed name of demo app from DSWS to DSS

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Oct 19:27
Compare
Choose a tag to compare

First Beta release of the mobile app! 🎉

What's Changed

  • Made app more stable - no more memory leaks and resources are freed when moving between tabs, see #7
  • FPS improvement from ~25 to ~30
  • Fixed app launch bug, see #6
  • Added app icon, see #13
  • Added dispose method to close accelerometer listener when done
  • Added descriptive schematic of the framework by @jpdefrutosSINTEF in #10

New Contributors

  • @jpdefrutosSINTEF made their first contribution in #10

Full Changelog: v0.0.5...v0.1.0

v0.0.5

04 Oct 23:33
Compare
Choose a tag to compare

What's changed:

  • Introduced tabs - can switch between DataStream summary and charts tabs plotting variable values over time
  • DataStream is updated each second
  • Charts tab is updated in real time - whenever new accelerometer data is available in the stream
  • Further refactored code - made more convience methods and added constants file

DISCLAIMER: There is a memory leak in the Charts tab currently. This patch release was mainly made for testing purposes.

Full Changelog: v0.0.4...v0.0.5

v0.0.4

04 Oct 19:35
Compare
Choose a tag to compare

What's changed:

  • Improved FPS by 5x - from ~5 to ~25 FPS - same pretrained RNN, but improved accelerometer streamer
  • Replaced sensors_plus with flutter_sensors package
  • Major refactor - split script into submodules
  • Fixed Android Studio development program start bug: #2
  • Fixed FPS counter instability: #3

Full Changelog: v0.0.3...v0.0.4

v0.0.3

03 Oct 22:17
Compare
Choose a tag to compare

What's changed:

  • Improved UI
  • Disabled sleep mode while running app using wakelock
  • Forced portrait mode
  • Moved StopWatch init to inside main class init
  • Added kDebugMode check for interpreter to avoid prints in production
  • Refactored variable names to follow Flutter style guide
  • Moved static argmax function to outside main class

Full Changelog: v0.0.2...v0.0.3

v0.0.2

03 Oct 20:31
Compare
Choose a tag to compare

What's changed:

  • Added FPS counter - based on exponential weighted moving average
  • Added decimal rounding for displaying values in mobile app

Full Changelog: v0.0.1...v0.0.2

v0.0.1

09 Sep 18:12
Compare
Choose a tag to compare

First release of Android app which streams gyroscope data to the app, which will be used as input to the pretrained model.

Made a release here only for testing purposes.

Full Changelog: https://github.com/andreped/DSWS/commits/v0.0.1