Skip to main content

DepthAI Nodes

License

CI codecov

Ruff Docformatter Black

🌟 Overview

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.

📜 Table of Contents

🛠️ Installation

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

To install the package, run:

pip install depthai-nodes

Manual installation

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:

pip install .

📦 Content

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

  • message - Custom message types
  • node - High-level, modular host-side nodes
  • runtime - Runtime integrations

📨 Message

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.

🧩 Node

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:

  • Parser nodes - Handle post-processing for specific model architectures such as YOLO, MediaPipe, YuNet, etc.
  • Helper nodes - Like ParsingNeuralNetwork and ParserGenerator which help manage simple or complex model outputs more efficiently.
  • Utility nodes – Perform common operations like detection filtering, drawing overlays, applying segmentation colormaps, and more - all in just a few lines of code.

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.

Runtime

The runtime module contains runtime integrations. Its OAK4 QNN helper creates ONNX Runtime sessions on the Hexagon DSP when used with the onnxruntime variant of the oakapp-base image:

from depthai_nodes.runtime import onnx_qnn_session

session = onnx_qnn_session("model.onnx")

🤝 Contributing

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

depthai_nodes-0.6.1.tar.gz (180.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

depthai_nodes-0.6.1-py3-none-any.whl (268.9 kB view details)

Uploaded Python 3

File details

Details for the file depthai_nodes-0.6.1.tar.gz.

File metadata

  • Download URL: depthai_nodes-0.6.1.tar.gz
  • Upload date:
  • Size: 180.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for depthai_nodes-0.6.1.tar.gz
Algorithm Hash digest
SHA256 ef1b8820633282084192f74206df5a793c3b05e235fd3563c3463b14361a4448
MD5 895c689d9e2bad2eeafd6bbc833ed942
BLAKE2b-256 168afe5342b4561d1bb17689cdf9d8d30be685d05e9b3a07369111491e39807c

See more details on using hashes here.

File details

Details for the file depthai_nodes-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: depthai_nodes-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 268.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for depthai_nodes-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0f81e08e889c3c29d1e7603285d43c6fd477857bcc8aa5a2c01041b6e07d6d2b
MD5 8990596894b8955ee0729b84c8b37f59
BLAKE2b-256 dcf768916f25da36411e2a266b76af1d00ab1e0cc5389abb1bba5f55a22c0f52

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.6.1 This release

2 files

0.6.0

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.7

2 files

0.3.6

2 files

0.3.5

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page