I'm loving this series so much, please do keep making them. I'm trying so hard to get one of my newly trained models running in Flutter. Will the Roboflow team ever have time to look into a tutorial for object detection and maybe even tracking in Flutter?
Well… I hear that request for the first time. People were walking about swift, and Java or even Kotlin. But never Flutter. I’d need to do a research if that’s even possible. And btw, thanks a lot for the kind works 🙏🏻
Thank you for the clear and good video. I got a little confused as you use pre made docker. Could you please advise if it is usable for the following application: I have a Jetson Nano 4GB, connected to a camera. The target is to identify a train toy on track (specifically locomotive among few), and get it coordinates, in real time. I assume not because the latency of the server. What do you think?
hi! I was wondering how you would do something like this if you didn't train your model using roboflow? I use roboflow to annotate images, but I trained my models on a large server we use at my work. Can I upload those .pt weight files to the inference server instead of importing from roboflow?
Hey Peter! For my project I am thinking of using external camera like OAK-D or generic webcam for doing Object detection and Object tracking. What would you suggest? Respberry PI or Jetson Nano to do the AI stuff?
@@Roboflow We're talking about a conveyer belt that can move at least 100 objects per minute and runs continuously for 2-3 hours. If I'm not mistaken, storing that much data and processing OpenCV, ML stuff will be impossible. What are your thoughts? Is that possible on an edge device?
I powered up my nano using both micro usb and barrel jack, but the green light is not working and not booting. But when I checked the green light seperately using a multimeter, the light turns on. Can someone help me out?
@@Roboflow I already have the logitech mouse, but they down have good wireless keyboards for coding (I have a wired one for gaming). Maybe I should check them again.
Bro you did apt update but not apt upgrade! Your system, at least the desktop, looks extremely old. Like, 2016 old. Like that, also with the GUI and all, you may not want to open any ports for that system to the internet. Really interesting board, funny that NVIDIA with their hater proprietary driver and all, used Linux for their own hardware! They also use RISC-V in their GPUs afaik. Poorly I guess RISC-V is not copylefted, so people can make technology based on it proprietary. I guess using that board for AI should require a better cooling solution. Nice GUI warning "System is throttling" in the upper right corner, and it throtteled A LOT. You may be able to overclock the components and have it never throttle, when using a better cooler. Your installation guide was... "click on the first link in Google" is something you should never say, often its Ads. Please link that official documentation and all Downloads in the description. Nice video!
I'm loving this series so much, please do keep making them.
I'm trying so hard to get one of my newly trained models running in Flutter.
Will the Roboflow team ever have time to look into a tutorial for object detection and maybe even tracking in Flutter?
Well… I hear that request for the first time. People were walking about swift, and Java or even Kotlin. But never Flutter. I’d need to do a research if that’s even possible. And btw, thanks a lot for the kind works 🙏🏻
Awesome!!! I can’t wait for a next episode 🙂
Stay tuned! We have a gigantic video backlog, but I'll do my best. :D
great more with jetson!!
Comming soon! I hope :)
Interesting! I like to see more of the edge devices projects
Question: is the roboflow inference server optimized in a way for Jetson devices?
We have two servers. One implemented in node.js where we use tf.js as an engine. We have second one that is much more optimized for NVIDIA devices.
Thank you for the clear and good video. I got a little confused as you use pre made docker. Could you please advise if it is usable for the following application: I have a Jetson Nano 4GB, connected to a camera. The target is to identify a train toy on track (specifically locomotive among few), and get it coordinates, in real time. I assume not because the latency of the server. What do you think?
Thank you so much for this video
So cool to see people still watch it
more videos with jetson please!
can we use the same inference server for RTMDet model as well.
hi! I was wondering how you would do something like this if you didn't train your model using roboflow? I use roboflow to annotate images, but I trained my models on a large server we use at my work. Can I upload those .pt weight files to the inference server instead of importing from roboflow?
Not for now… but you can upload your trained model to Roboflow and then use it in our server.
Do you have youtube tutorial on how connect arducam to jetson nano
Not yet... Is that something you'd be interested in?
I really interested because it helps it to me
@@gemlisboa3236 I'll add it to the list, but I need to say it is pretty long already. There is a lot of interest in edge devices.
@@Roboflow its okay, Ill be waiting. Thank you so much
Hello, can u tell me which version of Yolo is capable of runninng on Jetson Nano with acceptable FPS ?
It would be cool to see how you can run object detection + tracking on video stream on Jetson Nano
This sounds awesome! Could you add that to our video ideas: github.com/roboflow/notebooks/discussions/categories/video-ideas ?
Hey Peter!
For my project I am thinking of using external camera like OAK-D or generic webcam for doing Object detection and Object tracking.
What would you suggest? Respberry PI or Jetson Nano to do the AI stuff?
Depends on FPS you want to get and the model that you plan to use :)
@@Roboflow We're talking about a conveyer belt that can move at least 100 objects per minute and runs continuously for 2-3 hours. If I'm not mistaken, storing that much data and processing OpenCV, ML stuff will be impossible. What are your thoughts? Is that possible on an edge device?
@@snehitvaddi it think it should be quite easy to do in real time :)
@@Roboflow okay, let say I'm going to use Yolov8, and I might need 25 FPS. What would you suggest? Respberry PI or Jetson Nano or someother thing?
@@snehitvaddi Jetson Nano ishould work. I think that Pi is to wake
I powered up my nano using both micro usb and barrel jack, but the green light is not working and not booting. But when I checked the green light seperately using a multimeter, the light turns on. Can someone help me out?
You need a jumper clip on J28 to disable USB power and active the power to the Barrel Jack.
Wait a sec! You can connect both keyboard and mouse with a single dongle?
Hahaha! You can if both are Logitech. Not sure if it works same with other manufacturers.
@@Roboflow I already have the logitech mouse, but they down have good wireless keyboards for coding (I have a wired one for gaming). Maybe I should check them again.
Can you do a video on the Khadas VIM4?
You can submit your video idea here: github.com/roboflow/notebooks/discussions/categories/video-ideas
hello (cześć), można jakiś kontakt do Ciebie?
Please explain how to visualise results tooooo
v4l2-ctl --device=/dev/video0 --stream-mmap --stream-count=100 --stream-to=test.mp4
Pozdro ziomek!
I agree with the Jetson criticism, but give us some alternatives...
Bro you did apt update but not apt upgrade! Your system, at least the desktop, looks extremely old. Like, 2016 old.
Like that, also with the GUI and all, you may not want to open any ports for that system to the internet.
Really interesting board, funny that NVIDIA with their hater proprietary driver and all, used Linux for their own hardware! They also use RISC-V in their GPUs afaik.
Poorly I guess RISC-V is not copylefted, so people can make technology based on it proprietary.
I guess using that board for AI should require a better cooling solution. Nice GUI warning "System is throttling" in the upper right corner, and it throtteled A LOT.
You may be able to overclock the components and have it never throttle, when using a better cooler.
Your installation guide was... "click on the first link in Google" is something you should never say, often its Ads. Please link that official documentation and all Downloads in the description.
Nice video!
Well… thanks a lot for that comment. You gave me a lot of motivation to do better job next time ;)