Skip to content

Commit

Permalink
docs: change yolo_detection description
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlee111 committed Oct 11, 2024
1 parent 1c1b0fc commit 22a1ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

</div>
Expand Down

0 comments on commit 22a1ae4

Please sign in to comment.