Skip to content

Commit dce3941

Browse files
authored
Update README.md (#109)
Fix some typos and redundant infos (Yolo 3d)
1 parent 4b2796c commit dce3941

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ROS 2 wrap for YOLO models from [Ultralytics](https://github.com/ultralytics/ult
44

55
<div align="center">
66

7-
[![License: MIT](https://img.shields.io/badge/GitHub-GPL--3.0-informational)](https://opensource.org/license/gpl-3-0) [![GitHub release](https://img.shields.io/github/release/mgonzs13/yolo_ros.svg)](https://github.com/mgonzs13/yolo_ros/releases) [![Code Size](https://img.shields.io/github/languages/code-size/mgonzs13/yolo_ros.svg?branch=main)](https://github.com/mgonzs13/yolo_ros?branch=main) [![Dependencies](https://img.shields.io/librariesio/github/mgonzs13/yolo_ros?branch=main)](https://libraries.io/github/mgonzs13/yolo_ros?branch=main) [![Last Commit](https://img.shields.io/github/last-commit/mgonzs13/yolo_ros.svg)](https://github.com/mgonzs13/yolo_ros/commits/main) [![GitHub issues](https://img.shields.io/github/issues/mgonzs13/yolo_ros)](https://github.com/mgonzs13/yolo_ros/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/mgonzs13/yolo_ros)](https://github.com/mgonzs13/yolo_ros/pulls) [![Contributors](https://img.shields.io/github/contributors/mgonzs13/yolo_ros.svg)](https://github.com/mgonzs13/yolo_ros/graphs/contributors) [![Python Formatter Check](https://github.com/mgonzs13/yolo_ros/actions/workflows/python-formatter.yml/badge.svg?branch=main)](https://github.com/mgonzs13/yolo_ros/actions/workflows/python-formatter.yml?branch=main) [![Doxygen Deployment](https://github.com/mgonzs13/yolo_ros/actions/workflows/doxygen-deployment.yml/badge.svg)](https://mgonzs13.github.io/yolo_ros/latest)
7+
[![License: GPL](https://img.shields.io/badge/GitHub-GPL--3.0-informational)](https://opensource.org/license/gpl-3-0) [![GitHub release](https://img.shields.io/github/release/mgonzs13/yolo_ros.svg)](https://github.com/mgonzs13/yolo_ros/releases) [![Code Size](https://img.shields.io/github/languages/code-size/mgonzs13/yolo_ros.svg?branch=main)](https://github.com/mgonzs13/yolo_ros?branch=main) [![Dependencies](https://img.shields.io/librariesio/github/mgonzs13/yolo_ros?branch=main)](https://libraries.io/github/mgonzs13/yolo_ros?branch=main) [![Last Commit](https://img.shields.io/github/last-commit/mgonzs13/yolo_ros.svg)](https://github.com/mgonzs13/yolo_ros/commits/main) [![GitHub issues](https://img.shields.io/github/issues/mgonzs13/yolo_ros)](https://github.com/mgonzs13/yolo_ros/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/mgonzs13/yolo_ros)](https://github.com/mgonzs13/yolo_ros/pulls) [![Contributors](https://img.shields.io/github/contributors/mgonzs13/yolo_ros.svg)](https://github.com/mgonzs13/yolo_ros/graphs/contributors) [![Python Formatter Check](https://github.com/mgonzs13/yolo_ros/actions/workflows/python-formatter.yml/badge.svg?branch=main)](https://github.com/mgonzs13/yolo_ros/actions/workflows/python-formatter.yml?branch=main) [![Doxygen Deployment](https://github.com/mgonzs13/yolo_ros/actions/workflows/doxygen-deployment.yml/badge.svg)](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
2222
2. [Docker](#docker)
2323
3. [Models](#models)
2424
4. [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
3334
cd ~/ros2_ws
3435
rosdep install --from-paths src --ignore-src -r -y
3536
colcon 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
216212
ros2 launch yolo_bringup yolo.launch.py model:=yolov8m-pose.pt

0 commit comments

Comments
 (0)