eclipse-ecal / ecal-algorithm-samples

ecal-algorithm-samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ecal-algorithm-samples

This repo contains sample algorithms that work with eCAL and the Mediapipe framework. It demonstrates how to perform tasks based on subscribing to eCAL data (in form of images) and publishing the results.

Python samples

  • object-detection A sample that shows how to subscribe to images, detect objects on them, and publish the detected bounding boxes.
  • gesture-recognition A sample that shows how to subscribe to images, recognizes hands and their gestures and publishes the results and hand connections.
  • image-segmentation A sample that shows how to divide images in different regions. It recognizes people and fills an image with pre-defined colours in the divided regions (person, background).

About

ecal-algorithm-samples

License:MIT License


Languages

Language:Python 100.0%