From 8b002e9d193317f071ab9ac0b3bd6e63af8112ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Fri, 2 Aug 2024 10:38:25 +0200 Subject: [PATCH] available models listed in README --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf7781..bf49891 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ 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. +## Table of Contents + +1. [Installation](#installation) +2. [Models](#models) +3. [Usage](#usage) +4. [Demos](#demos) + ## Installation ```shell @@ -13,9 +20,18 @@ $ rosdep install --from-paths src --ignore-src -r -y $ colcon build ``` +## Models + +The available models for yolov8_ros are the following: + +- [YOLOv8](https://docs.ultralytics.com/models/yolov8/) +- [YOLOv9](https://docs.ultralytics.com/models/yolov9/) +- [YOLOv10](https://docs.ultralytics.com/models/yolov10/) +- [YOLO-NAS](https://docs.ultralytics.com/models/yolo-nas/) + ## Usage -### YOLOv8 / YOLOv9 +### YOLOv8 / YOLOv9 / YOLOv10 / YOLO-NAS ```shell $ ros2 launch yolov8_bringup yolov8.launch.py