Skip to content

Commit 8b002e9

Browse files
committed
available models listed in README
1 parent d969234 commit 8b002e9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
ROS 2 wrap for [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics) to perform object detection and tracking, instance segmentation, human pose estimation and Oriented Bounding Box (OBB). There are also 3D versions of object detection, including instance segmentation, and human pose estimation based on depth images.
44

5+
## Table of Contents
6+
7+
1. [Installation](#installation)
8+
2. [Models](#models)
9+
3. [Usage](#usage)
10+
4. [Demos](#demos)
11+
512
## Installation
613

714
```shell
@@ -13,9 +20,18 @@ $ rosdep install --from-paths src --ignore-src -r -y
1320
$ colcon build
1421
```
1522

23+
## Models
24+
25+
The available models for yolov8_ros are the following:
26+
27+
- [YOLOv8](https://docs.ultralytics.com/models/yolov8/)
28+
- [YOLOv9](https://docs.ultralytics.com/models/yolov9/)
29+
- [YOLOv10](https://docs.ultralytics.com/models/yolov10/)
30+
- [YOLO-NAS](https://docs.ultralytics.com/models/yolo-nas/)
31+
1632
## Usage
1733

18-
### YOLOv8 / YOLOv9
34+
### YOLOv8 / YOLOv9 / YOLOv10 / YOLO-NAS
1935

2036
```shell
2137
$ ros2 launch yolov8_bringup yolov8.launch.py

0 commit comments

Comments
 (0)