Hi,
I'm an engineer student working on my final internship on real-time object detection/recognition. I use a jetson nano.
I am a beginner in the domain of computer vision and AI.
I want to implement a program on the jetson nano who can do object detection/recognition in real-time AND use the data (objects founds) to send order to motors (control a prototype).
I trained myself on a computer with darknet and use YOLOv3 for object detection/recognition. But I just saw that YOLO can be available on deepstream, who works on the jetson nano.
Knowing that I'm a beginner and that I want to modify the program to use the datas, what is the best solution for me?
Is it better/faster/easier to use Darknet or Deepstream for YOLO on the jetson nano?
I also have a laptop with a Nvidia Quadro RTX3000, if I use deepstream on the jetson nano, is it possible to train my YOLO on the laptop then transfer the weights and cfg on the jetson nano?
Sincerely,
Is it better/faster/easier to use Darknet or Deepstream for YOLO on the jetson nano?
Deepstream is better and more stable for Detection than Darknet
I also have a laptop with a Nvidia Quadro RTX3000, if I use deepstream on the jetson nano, is it possible to train my YOLO on the laptop then transfer the weights and cfg on the jetson nano?
Yes.
Thanks a lot!
I鈥檓 testing yolov3-tiny-prn on DeepStream and it is absurdly fast (with my custom objects; using jetson nano).
Edit: yolov3-tiny-prn isn't woking well, I using yolov3-tiny now.
@marcoslucianops Any special setup for converting model to deepstream or how do you run the trained model ? Thanks !
@marcoslucianops Any special setup for converting model to deepstream or how do you run the trained model ? Thanks !
My repository have a simple tutoral.
Most helpful comment
I鈥檓 testing yolov3-tiny-prn on DeepStream and it is absurdly fast (with my custom objects; using jetson nano).
Edit: yolov3-tiny-prn isn't woking well, I using yolov3-tiny now.