Skip to content

Commit 99065be

Browse files
Update Guide to Implement YOLOv8 with Roboflow and ROS2.md
fix md image link
1 parent 690763f commit 99065be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wiki/machine-learning/Guide to Implement YOLOv8 with Roboflow and ROS2.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Once the setup is determined, follow these steps to collect image data for YOLOv
7676

7777
Once you have a set of images, it's time to upload them to Roboflow. Roboflow provides intuitive tools for quickly creating custom datasets, making it a top choice for projects requiring tailored image data. The free package allows up to three collaborators per workspace, making it accessible for small teams.
7878

79-
![[./assets/TeamF24_Wiki_img1.png]]
79+
![Image](./assets/TeamF24_Wiki_img1.png)
8080

8181
### Choosing the Annotation Type
8282
Select the appropriate annotation type based on your project:
@@ -115,7 +115,7 @@ project.version(VERSION_NUMBER).deploy(model_type="yolov8", model_path="path/to/
115115
#### Streamlining Your Annotation Process
116116
##### Using Roboflow’s Built-in Smart Polygon Tool
117117
Roboflow’s Smart Polygon tool allows you to efficiently annotate multiple objects simultaneously.
118-
![[TeamF24_Wiki_gif1.gif]]
118+
![gif](./assets/TeamF24_Wiki_gif1.gif)
119119
>[!NOTE]
120120
>For a detailed guide on Smart Polygon Labeling, refer to this blog: [Launch: Smart Polygon Labeling](https://blog.roboflow.com/automated-polygon-labeling-computer-vision/)
121121
##### With Your Own Model
@@ -141,7 +141,7 @@ To apply augmentations in Roboflow:
141141
3. Select the desired images and configure the **Train/Test Split** and **Preprocessing** options.
142142
4. Under the **Augmentation** section, click **"Add Augmentation Step."**
143143
5. Choose and configure the desired augmentations.
144-
![[./assets/TeamF24_Wiki_img2.png]]
144+
![image](./assets/TeamF24_Wiki_img2.png)
145145
6. Generate the augmented dataset version.
146146

147147
By following these steps, you can create a more robust dataset to maximize the effectiveness of your YOLOv8 model during training.

0 commit comments

Comments
 (0)