Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neka-nat/ros_cvdnn

ROS packages for OpenCV DNN module
https://github.com/neka-nat/ros_cvdnn

deep-learning opencv ros

Last synced: about 1 month ago
JSON representation

ROS packages for OpenCV DNN module

Awesome Lists containing this project

README

        

# ros_cvdnn
Deep learning inference nodes using OpenCV DNN module.

## Node types

* [Classification](https://github.com/neka-nat/ros_cvdnn/tree/master/cvdnn_classification)
* [Object detection](https://github.com/neka-nat/ros_cvdnn/tree/master/cvdnn_object_detection)

## Testing

Publish the test image.

```
rosrun image_publisher image_publisher src/ros_cvdnn/test_images/space_shuttle.jpg
```

Launch the ros node.

```
roslaunch cvdnn_classification cvdnn_classification.launch input_topic_name:=
```

Show the result.

```
rosrun image_view image_view image:=/overlay
```