You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/training-machine-learning-models/training-models.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,3 +40,38 @@ In order to assist you with your training process, we have also included an exam
40
40
This dataset contains 600 lidar frames and covers 5 classes, including 6905 cars, 3951 pedestrians, 75 cyclists, 162 buses, and 326 trucks.
41
41
42
42
You can utilize this example dataset to facilitate your training efforts.
43
+
44
+
## Training a YOLOX model for `autoware_traffic_light_fine_detector`
45
+
46
+
To train a custom YOLOX model for use with the **Autoware Traffic Light Fine Detector**, please refer to the official YOLOX and Autoware training guides listed below. These documents provide the required setup, data preparation steps, and export instructions.
47
+
48
+
???+ abstract "Relevant documentation"
49
+
50
+
<div class="grid cards" markdown>
51
+
52
+
- **Autoware traffic_light_fine_detector README**
53
+
54
+
---
55
+
56
+
Training overview, model requirements, and ONNX export details:
0 commit comments