facebookresearch / labgraph

LabGraph is a Python framework for rapidly prototyping experimental systems for real-time streaming applications. It is particularly well-suited to real-time neuroscience, physiology and psychology experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support object detection on Android phone using Mediapipe and a mock video stream feed

jfResearchEng opened this issue Β· comments

commented

πŸš€ Feature

Support object detection on Android phone using Mediapipe and a mock video stream feed

Additional context

Example application can be found [here] (https://github.com/facebookresearch/labgraph/tree/main/devices/webcam)
The code should be added at folder is https://github.com/facebookresearch/labgraph/tree/main/android/labgraph_vision
Create setup.py and README.md, where example can be found at: https://github.com/facebookresearch/labgraph/tree/main/extensions/labgraph_viz
Add github action support, reference: https://github.com/facebookresearch/labgraph/actions/workflows/main.yml
Add proper license header.