Hi i am trying to deploy my object detection model.eim on arduino uno q without using applab and wants to get high fps how it can possible anyone help me please
As Q people are learning the Q Platform, please briefly explain what you talking about so that the novice readers may look into it.
Thanks,
Sorry I also don't really know much when it comes to these models and the like.
There are web pages on some related stuff like:
Arduino UNO Q Elf Detector Series - Part 4: Real-Time Object Detection with YOLOv5 | Foundries.io
But my guess is that you are wanting to use both processors? With Python on the one and Arduino on the other?
Not sure if you are completely not wanting to use their app or anything remotely associated with it.
But, you do have the options, including editing the sources using whatever tools you wish, and then transfer them to the Q several different ways, such as:
VisualStudioCode - with remote ... extension.
PuTTy/KiTTY and Winscp
...
You then can control running/stopping... the app using the command: arduino-app-cli
arduino@Uno-Q4:~$ arduino-app-cli
A CLI to manage Arduino Apps
Usage:
arduino-app-cli [command]
Available Commands:
app Manage Arduino Apps
brick Manage Arduino Bricks
completion Generates completion scripts
config Manage Arduino App CLI config
daemon Run the Arduino App CLI as an HTTP daemon
help Help about any command
monitor Attach to the microcontroller serial monitor
properties Manage apps properties
system Manage the board’s system configuration
version Print the version number of Arduino App CLI
Flags:
--format string Output format (text, json) (default "text")
-h, --help help for arduino-app-cli
--log-level string Set the log level (debug, info, warn, error) (default "error")
Use "arduino-app-cli [command] --help" for more information about a command.
arduino@Uno-Q4:~$
As for getting speed, hopefully someone can help