A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/luxonis/depthai-nodes below:

luxonis/depthai-nodes: Python nodes for on-host depthai augmentation.

DepthAI Nodes is a Python "contrib" library designed to simplify host-side development with a growing collection of modular, high-level nodes. These cover a range of common needs - from neural network post-processing and I/O patterns to utility nodes for faster prototyping. With just a few lines of code, you can scaffold sophisticated pipelines, saving time and reducing boilerplate. In order to use these nodes you need to have your pipeline written with DepthAIv3.

NOTE: We are always listening to the community so feel free to report and feedback, issues or contribute to the library with our own host nodes.

The depthai_nodes package is hosted on PyPI, so you can install it with pip.

To install the package, run:

pip install depthai-nodes

If you want to manually install the package from the GitHub repository you can run:

git clone git@github.com:luxonis/depthai-nodes.git

and then inside the directory run:

This library is organized into two primary modules, each focused on a specific aspect of working with DepthAI on the host side:

The message module defines a set of extended message types designed to simplify working with outputs from various neural networks. These go beyond the standard DepthAI messages and include richer data structures for tasks such as object detection, segmentation, classification, pose estimation, and more.

These enhanced messages aim to reduce the boilerplate code needed for parsing and interpreting NN outputs, making it easier to plug them into visualization or processing pipelines. You can learn more about each message type in the dedicated README.

The node module provides a collection of ready-to-use host-side nodes that abstract common processing patterns and tasks. These nodes fall into three main categories:

This modular approach allows you to rapidly prototype and scale complex applications with less effort while keeping your code clean and maintainable.

To read more about the nodes and see simple examples, please refer to the nodes documentation.

If you want to contribute to this project, read the instructions in CONTRIBUTING.md


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4