@@ -4,7 +4,7 @@ ROS 2 wrap for YOLO models from [Ultralytics](https://github.com/ultralytics/ult
44
55<div align =" center " >
66
7- [](https://opensource.org/license/gpl-3-0) [](https://github.com/mgonzs13/yolo_ros/releases) [](https://github.com/mgonzs13/yolo_ros?branch=main) [](https://libraries.io/github/mgonzs13/yolo_ros?branch=main) [](https://github.com/mgonzs13/yolo_ros/commits/main) [](https://github.com/mgonzs13/yolo_ros/issues) [](https://github.com/mgonzs13/yolo_ros/pulls) [](https://github.com/mgonzs13/yolo_ros/graphs/contributors) [](https://github.com/mgonzs13/yolo_ros/actions/workflows/python-formatter.yml?branch=main) [](https://mgonzs13.github.io/yolo_ros/latest)
7+ [](https://opensource.org/license/gpl-3-0) [](https://github.com/mgonzs13/yolo_ros/releases) [](https://github.com/mgonzs13/yolo_ros?branch=main) [](https://libraries.io/github/mgonzs13/yolo_ros?branch=main) [](https://github.com/mgonzs13/yolo_ros/commits/main) [](https://github.com/mgonzs13/yolo_ros/issues) [](https://github.com/mgonzs13/yolo_ros/pulls) [](https://github.com/mgonzs13/yolo_ros/graphs/contributors) [](https://github.com/mgonzs13/yolo_ros/actions/workflows/python-formatter.yml?branch=main) [](https://mgonzs13.github.io/yolo_ros/latest)
88
99| ROS 2 Distro | Branch | Build status | Docker Image |
1010| :----------: | :------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: |
@@ -22,7 +22,8 @@ ROS 2 wrap for YOLO models from [Ultralytics](https://github.com/ultralytics/ult
22222 . [ Docker] ( #docker )
23233 . [ Models] ( #models )
24244 . [ Usage] ( #usage )
25- 5 . [ Demos] ( #demos )
25+ 5 . [ Lifecycle Nodes] ( #lifecycle-nodes )
26+ 6 . [ Demos] ( #demos )
2627
2728## Installation
2829
@@ -33,6 +34,7 @@ pip3 install -r yolo_ros/requirements.txt
3334cd ~ /ros2_ws
3435rosdep install --from-paths src --ignore-src -r -y
3536colcon build
37+ source ~ /ros2_ws/install/setup.bash"
3638` ` `
3739
3840# # Docker
@@ -176,12 +178,6 @@ These are some resource comparisons using the default yolov8m.pt model on a 30fp
176178| Active | 40-50% in one core | 628 MB | Up to 200 Mbps |
177179| Inactive | ~ 5-7% in one core | 338 MB | 0-20 Kbps |
178180
179- ### YOLO 3D
180-
181- ``` shell
182- ros2 launch yolo_bringup yolov8.launch.py use_3d:=True
183- ```
184-
185181< p align=" center" >
186182 < img src=" ./docs/rqt_graph_yolov8_3d.png" width=" 100%" />
187183< /p>
@@ -210,7 +206,7 @@ ros2 launch yolo_bringup yolo.launch.py model:=yolov8m-seg.pt
210206
211207# # Human Pose
212208
213- Online persons are detected along with their keypoints.
209+ Visible persons are detected along with their skeleton keypoints.
214210
215211` ` ` shell
216212ros2 launch yolo_bringup yolo.launch.py model:=yolov8m-pose.pt
0 commit comments