Re: YOLO machine learning on nuttx and more

2024-03-22 Thread Alan C. Assis
Hi Justin,

Welcome to NuttX!!!

There are many people contributing things to NuttX and to be honest I
didn't know NuttX had support for YOLO until I saw your email.

I'm glad you are here because we need Documentation to it:
https://nuttx.apache.org/docs/latest/applications/mlearing/darknet/index.html

So, if you investigate further this topic, please consider submitting a
documentation or even a beginner tutorial :-)

About your other question, you can use initrc script to start-up your
application:
https://www.youtube.com/watch?v=jYvCe8yQ1OY

Best Regards,

Alan



On Fri, Mar 22, 2024 at 8:34 AM justin linotte 
wrote:

> Hello, i do not master Nuttx deeply, but i want to create a system using
> Computer vision to naviguate
> I develop my system on a raspberry pi pico board with nuttx on it and i
> see in the docs that there is support for machine learning like YOLO
> (you only look once), but there is no more documentation on it.
> Because i'm stuck at this level, i ask for help here, i hope it's the
> good place and that someone can help me ;)
>
> I also have another secondary question, but i think that if i search
> more i can find by myself, but if you want to answer, its nice from you.
> when i make with the usbnsh config, the apps obvioulsy not start at
> system startup, and the way i can run the is through my serial monitor
> CLI, so how to have a process start at boot, and maybe restart if it exit?
>


YOLO machine learning on nuttx and more

2024-03-22 Thread justin linotte
Hello, i do not master Nuttx deeply, but i want to create a system using
Computer vision to naviguate
I develop my system on a raspberry pi pico board with nuttx on it and i
see in the docs that there is support for machine learning like YOLO
(you only look once), but there is no more documentation on it.
Because i'm stuck at this level, i ask for help here, i hope it's the
good place and that someone can help me ;)

I also have another secondary question, but i think that if i search
more i can find by myself, but if you want to answer, its nice from you.
when i make with the usbnsh config, the apps obvioulsy not start at
system startup, and the way i can run the is through my serial monitor
CLI, so how to have a process start at boot, and maybe restart if it exit?