How Can I do my own model training Yolo v8 on jetson nano?

Hello,

As mentioned in the title, I want to train a model myself. I’ve done some research online and found many examples, such as annotating images and creating .txt files. However, most tutorials don’t provide a step-by-step explanation of how to train the model using Python. In fact, many people use Google Colab. I want to proceed step by step on my Jetson Nano using the folder where my photos and .txt files are located. What codes do I need to use? Can you guide me on what steps to take? Below are the two videos I found that seemed most helpful, but unfortunately, they become confusing after a while. Thank you in advance for your support.

Hi,

You can check the Ultralytics source for info:

If other model is acceptable, you can check the tutorial below:

https://courses.nvidia.com/courses/course-v1:DLI+S-RX-02+V2/

Thanks.

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