Skip to content

Release v0.4.3

Latest
Compare
Choose a tag to compare
@domisjustanumber domisjustanumber released this 16 Aug 20:30

⚠️ Make sure to download release.zip to run the TD plugin⚠️

The source code (zip) contains the development environment to create the plugin.
This has been tested on TD 2022.35230, 2022.33910 and 2023.11880. It runs on both Mac + PC.

Ensure you select "Enable External .tox" when dragging the MediaPipe component into a new project, else your toe file size will be massive and saves will be very slow. See the TouchDesigner docs for more info:
image
A word about external files in 2023.10k builds

🎉 Official Full Feature Release! 🎉

⚠️Breaking change & Improvement: Hand tracking

  • Left_hand_velocity and Right_hand_velocity in the helpers CHOP have been renamed to h1:hand_velocity and h2:hand_velocity respectively. This is now consistent with the rest of the stats, as the h1 and h2 flags are just "first detected hand" and "second detected hand" and there is no guarantee that hand h1 or h2 is left or right. (i.e. you could have 2 left hands, 2 right hands, or h1 could be right, and h2 could be left)
  • Added h*:Leftness and h*1:Rightness scores for each detected hand in the helpers output CHOP - this provides a confidence score for whether each hand is left or right allowing you to actually check for left or right hands! Note this will be the wrong way around if you have "Horizontal flip" enabled for your input (i.e. Left will be detected as Right and vice versa) #86
  • Fix Max Number of Hands selector (still only 2 hands max) #70

image

image_segmentation_tracker & MediaPipe demo toe

  • More clearly label the SpoutCam input stages so it's (hopefully!) easier to understand
  • Clean up keying in multi-class mode
  • Add a segmentation_demo.toe

Objects

  • Object detection was always loading the Lite model. Now loads the correct one selected, meaning you should get better results with selecting heavier models. It also makes it (a bit) easier to use custom model files. See #81 for more.

Misc

  • Disable audio output from webrender TOP to speed up boot #89

Bumped JS dependencies: