Advanced Perception Components v1.0.0 #382
bpapaspyros
announced in
New Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is the first release of the Advanced Perception package.
It introduces the YOLO Executor component, enabling real-time object detection using YOLO models. For the first time, this package also depends on the AICA toolkits for machine learning and optional GPU acceleration.
Available Toolkits
toolkits/mltoolkits/cudaThe ML toolkit images are open source and available at github.com/aica-technology/docker-images. We have also open-sourced helper scripts that make it easy to customize these images and use them natively with AICA Launcher v1.4.1 or higher. The new toolkits can be found under the Add package menu, similarly to other components and collections.
The
toolkits/mlimages include a broad range of Python and C++ ML packages, available in three variants:When using a GPU-compatible variant, you will also need
toolkits/cuda, which provides the required CUDA (NVIDIA-only) libraries. If you forget to include it in a GPU configuration, the AICA package builder will remind you automatically.About the YOLO Executor
The new
components/advanced-perceptionpackage, and specifically the YoloExecutor component, supports both CPU and GPU variants. The CPU version is slower, but fully functional. Future versions may introduce components that require a GPU.We are actively expanding documentation for all components and controllers. Stay tuned, a YOLO example is coming soon!
Dependencies
All reactions