diff --git a/README.md b/README.md index 1d3a36e..c5d7784 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To use the packages in this repository, make sure you have the following install | Image Projection | `pan_tilt_camera` | Advanced V4L2 USB Camera Node with lifecycle management and pan-tilt control via ROS topics. | [Link to docs](image_projection/pan_tilt_camera/README.md) | | Image Projection | `image_to_ros2_topic` | Publishes static image files (JPG, PNG etc) to ROS2 topics with configurable parameters. | [Link to docs](image_projection/image_to_ros2_topic/README.md) | | Image Projection | `video_to_ros2_topic` | Publishes static video files (MP4, AVI etc) to ROS2 topics with configurable parameters. | [Link to docs](image_projection/video_to_ros2_topic/README.md) | -| Image Recognition | `yolo_detection` | Real-time image recognition using YOLO, with GPU support and dynamic parameter configuration. | [Link to docs](image_recognition/yolo_detection/README.md) | +| Image Recognition | `yolo_detection` | Real-time image detection using YOLO, with GPU support and dynamic parameter configuration. | [Link to docs](image_recognition/yolo_detection/README.md) | | Image Recognition | `yolo_segmentation` | Real-time image segmentation using YOLO, with GPU support and dynamic parameter configuration. | [Link to docs](image_recognition/yolo_segmentation/README.md) |