Traffic Sign Detection with Jetson Nano

Hi, I have to implement a project “Traffic Sign Detection on Jetson Nano” (with camera in real time). I tried to train the program with YOLO, but when I launch the camera it has a very very low FPS.
So, I want to ask you, what other approaches would be perfect for this project, so that real-time detection works with a good FPS.
Thanks!

Hi,

Which YOLO model do you try to use?
For YOLOv3 Tiny, you can give our Deepstream sample a try:

/opt/nvidia/deepstream/deepstream-6.0/sources/objectDetector_Yolo

Thanks.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.