An open API service indexing awesome lists of open source software.

https://github.com/mgonzs13/yolonas_ros

YOLO-NAS for ROS 2
https://github.com/mgonzs13/yolonas_ros

object-detection ros-humble ros2 yolo-nas

Last synced: 4 months ago
JSON representation

YOLO-NAS for ROS 2

Awesome Lists containing this project

README

        

# yolonas_ros

ROS 2 wrap for [YOLO-NAS](https://github.com/Deci-AI/super-gradients/blob/master/YOLONAS.md) to perform object detection and tracking.

## Installation

```shell
$ cd ~/ros2_ws/src
$ git clone https://github.com/mgonzs13/yolonas_ros.git
$ pip3 install -r yolonas_ros/requirements.txt
$ cd ~/ros2_ws
$ colcon build
```

## Usage

```shell
$ ros2 launch yolonas_bringup yolonas.launch.py
```