Raunak Singh

Results 7 issues of Raunak Singh

How can I run an object detection model on an arduino-like board using tflite micro. I can convert it to a model.cc, but I don't know how to run it...

stat:awaiting response
type:support
comp:micro
TF 2.9

How can I run an audio recognition model on an arduino-like board using tflite micro. I can convert it to a model.cc, but I don't know how to run it...

stat:awaiting response
comp:micro
type:docs-feature
TF 2.9

I am trying to follow this tutorial with the Seeed Wio Terminal and the Grove Vision AI Module (https://wiki.seeedstudio.com/Grove-Vision-AI-Module/). When I try to run my code (05 stock counter) based...

Hi, Aparapi is not detecting my gpu even though I have OpenCL installed. When I run these two lines: ``` Device device = Device.firstGPU(); Range range = device.createRange(size); ``` It...

I am trying to use the Eloquent Library with the Seeed Wio Terminal on my Windows 10. When I try to compile the SineExample, it gives me this error: ```...

I am trying to use a 4800 baud rate GPS with an Arduino-like board. I was trying to use the Software Serial library but its interrupts causes my Arduino code...

I followed the instructions, https://github.com/mocleiri/tensorflow-micropython-examples/tree/main/examples/hello-world#rp2-port, to run the hello_world example on my raspberry pico. When I copy: - `hello_world.py` - `model.tflite` - and `main.py` which just contains `import hello_world` The...