Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorFlow Lite on Android? #3

Closed
sudomain opened this issue Nov 27, 2020 · 1 comment
Closed

TensorFlow Lite on Android? #3

sudomain opened this issue Nov 27, 2020 · 1 comment

Comments

@sudomain
Copy link

Hello. I'm only slightly familiar with the project (it's very cool by the way), but what do you think about moving the TensorFlow Lite model from the Teensy to an android device? The Teensy 4 chugs aways at 600 MHz, while many mid-grade Android devices are multicored and atleast double the clock speed (my already 3 year old LG clocks at 1.4 GHz). I realize that a phone's bluetooth can't just decide to act as HID device (without root?), so maybe use a process like this?:

  1. use bluetooth to take signals from the Somatic,
  2. send to TF lite on android for processing,
  3. send the result back the the Somatic,
  4. have the Somatic send the result as a HID device to whatever it is paired to

I know you said in the video that the Teensy works fine even when underclocked, but if the tensorflow processing can be moved off device, maybe something smaller than the teensy could be used.

@ZackFreedman
Copy link
Owner

Good idea, but I have no intention to continue working on this project. It's doable, but I'm not going to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants