Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nnstreamer/nnstreamer-ros
NNStreamer extension plugins for ROS support
https://github.com/nnstreamer/nnstreamer-ros
hacktoberfest nnstreamer ros ros2
Last synced: about 1 month ago
JSON representation
NNStreamer extension plugins for ROS support
- Host: GitHub
- URL: https://github.com/nnstreamer/nnstreamer-ros
- Owner: nnstreamer
- License: lgpl-2.1
- Created: 2018-11-06T05:31:51.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-12-02T08:17:54.000Z (about 4 years ago)
- Last Synced: 2024-08-04T01:15:22.136Z (5 months ago)
- Topics: hacktoberfest, nnstreamer, ros, ros2
- Language: C++
- Homepage:
- Size: 333 KB
- Stars: 14
- Watchers: 12
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-robotic-tooling - nnstreamer-ros - A set of Gstreamer plugins and ROS examples that allow Gstreamer developers to adopt neural network models easily and efficiently and neural network developers to manage neural network pipelines and their filters easily and efficiently. (Sensor Processing / Machine Learning)
README
# NNStreamer-ROS [![GitHub license](https://badgen.net/badge/license/LGPL-2.1/blue)](./LICENSE)
[![Coverage Status](https://coveralls.io/repos/github/nnstreamer/nnstreamer-ros/badge.svg?branch=main)](https://coveralls.io/github/nnstreamer/nnstreamer-ros?branch=main)
## Official Releases
| | Distro | Tizen | Ubuntu |
|:--:| :--: | :--: | :--: |
|ROS1|Kinetic Kame|[![Tizen6.0](https://img.shields.io/badge/6.0-armv7l%20%7C%20aarch64%20%7C%20x86__64-blue)](http://download.tizen.org/live/devel%3A/Tizen%3A/6.0%3A/AI/Tizen_Unified_standard/)|[![Ubuntu16.04](https://img.shields.io/badge/16.04-x86__64-blue)](https://github.com/nnstreamer/nnstreamer-ros/releases/download/v0.1.1/nnstreamer-ros_0.1.1_202011260230_xenial_amd64.deb)|
| |Melodic Morenia|![NotSupported](https://img.shields.io/badge/Not%20Supported-red)|[![Ubuntu18.04](https://img.shields.io/badge/18.04-x86__64-blue)](https://github.com/nnstreamer/nnstreamer-ros/releases/download/v0.1.1/nnstreamer-ros_0.1.1_202011260233_bionic_amd64.deb)|
| |Noetic Ninjemys|![NotSupported](https://img.shields.io/badge/Not%20Supported-red)|![Ubuntu18.04](https://img.shields.io/badge/18.04-x86__64-blue)|
|ROS2|Eloquent Elusor|![NotSupported](https://img.shields.io/badge/Not%20Supported-red)|[![Ubuntu18.04](https://img.shields.io/badge/18.04-x86__64-blue)](https://github.com/nnstreamer/nnstreamer-ros/releases/download/v0.1.1/nnstreamer-ros2_0.1.1_202011260233_bionic_amd64.deb)|## Getting Started
* For Ubuntu distributions, please refer [here](documents/getting-started-ubuntu.md).
* For Tizen, please refer [here](documents/getting-started-tizen.md).