Hi, I was trying to use this Jetracer ROS ai kit with Jetpack 4.5.1 version on Jetson nano for Road following and object detection like driving through road by itself but stops when it recognizes STOP sign or sth. I was gonna use Collision avoidance example from Jetbot section but I thought using YOLO would fit in this task better. So I tried it with yolov8 but I found out it has to be done trt transform as well, and it needed higher version of Python. Solution I found from AI is that I can use yolov5 instead so I used it. However, there are many issues probably because I'm not good at coding. So I wonder if anyone else tried to use yolo model for JetRacer or maybe anyone upgraded Python version.
Hi, I was trying to use this Jetracer ROS ai kit with Jetpack 4.5.1 version on Jetson nano for Road following and object detection like driving through road by itself but stops when it recognizes STOP sign or sth. I was gonna use Collision avoidance example from Jetbot section but I thought using YOLO would fit in this task better. So I tried it with yolov8 but I found out it has to be done trt transform as well, and it needed higher version of Python. Solution I found from AI is that I can use yolov5 instead so I used it. However, there are many issues probably because I'm not good at coding. So I wonder if anyone else tried to use yolo model for JetRacer or maybe anyone upgraded Python version.