From a66d423ab443ad86a58a6866f0c1abf0d9230a93 Mon Sep 17 00:00:00 2001 From: helderbetiol Date: Fri, 8 Mar 2024 10:36:35 +0100 Subject: [PATCH] Update README.md --- 3dtools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3dtools/README.md b/3dtools/README.md index cf57ea7..3c6f766 100644 --- a/3dtools/README.md +++ b/3dtools/README.md @@ -232,7 +232,7 @@ The user can detct all components at once by typing command `All`. These compone - In 3dtools code, the origin point is situated on the top left corner of the picture; in the JSON file, the 3D origin point is situated on the back bottom right corner of the model. -## How to train the model +# How to train the model We are using YOLOv8 for detecting components. We follow the procedure described in their [documentation](https://docs.ultralytics.com/modes/train/). To sum up the steps: - Create a dataset of server images with labels for its components. The dataset should be divided in 3 sets: train, valid, test.