Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…gner into dom
  • Loading branch information
domisjustanumber committed Aug 14, 2023
2 parents 9ec3152 + 78520f8 commit e76ec16
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# mediapipe-touchdesigner
A GPU Accelerated, self-contained, cross-platform [MediaPipe Vision](https://developers.google.com/mediapipe/solutions/guide) Plugin for TouchDesigner.
A GPU Accelerated, self-contained, cross-platform [MediaPipe Vision](https://developers.google.com/mediapipe/solutions/guide) Plugin for TouchDesigner that runs on Mac and PC with no instillation.

# Overview
This plugin runs most* of the MediaPipe Vision tasks from within TouchDesigner without the need to install any external libraries or files. Simply download the package, unzip the folder and open the toe file to get started.

* We're still working on the segmentation tasks!
\* Currently not interactive segmentation, but maybe one day..

## Components
The plugin consists of a number of components:
Expand Down Expand Up @@ -38,6 +38,10 @@ Use this to process the pose landmark detection results

[Pose landmark detection guide](https://developers.google.com/mediapipe/solutions/vision/pose_landmarker)

### Image segmentation tox
Use this to key out segmentation results
[Image segmentation guide](https://developers.google.com/mediapipe/solutions/vision/image_segmenter)

# Sending TOPs from TouchDesigner
## SpoutCam on Windows
If you are on Windows, you can use Spout to send any TOP from TouchDesigner to MediaPipe by using a Syphon Spout Out TOP and SpoutCam.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mediapipe-touchdesigner",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading

0 comments on commit e76ec16

Please sign in to comment.