I’ve been working with one of our Interns, Armand, on a project where we use the NVIDIA Jetson Nano to get an RC car to drive itself.
We just released two new videos about some extensions to the basic project: one on using RL to do donuts and another on using YOLOv5 to detect and stop at stop signs.
What have your experiences been with the Jetson Nano? I just got one and am really excited to play around with it. It seems like it is pretty Docker dependent at least from my first exploration of it. Curious if you’ve had the same experience.
Nice! I’m excited to see what you do with it. I don’t have one myself but advising on this project has really made me want to pick one up. The biggest pain point for us was compiling libraries – there aren’t always pre-compiled versions available, which adds a lot to the iteration time for some projects.