Skip to content

A basic implementation of Depth Anything V2 using Hugging Face and TouchDesigner's 2025.30000 new tools such as the Thread Manager and Python Environment Manager.

License

Notifications You must be signed in to change notification settings

TouchDesigner/TDDepthAnything

Repository files navigation

TDDepthAnything with Thread Manager and TDPyEnvManager support

This repository is designed to support the following article: https://derivative.ca/community-post/custom-integration-thread-manager-support-third-party-python-library/72023

Usage

Use in sample project

  • Open TDDepthAnything.toe
  • Select TDPyEnvManager
  • Click on the pulse parameter Create From requirements.txt to create vEnv
  • On TDDepthAnything, click on Load Model
  • When the model is loaded, you can use the Inference pulse

Use in standalone project

  • From palette, drag n drop TDPyEnvManger
  • Select TDPyEnvManager, Activate
  • Click on the pulse parameter Create From requirements.txt to create vEnv
  • Add the TDDepthAnything release .tox (release folder) to your project
  • On TDDepthAnything, click on Load Model
  • When the model is loaded, you can use the Inference pulse

Acknowledgment and licensing

Depth Anything V2 models accessed via Hugging Face Transformers library under Apache 2.0 license

About

A basic implementation of Depth Anything V2 using Hugging Face and TouchDesigner's 2025.30000 new tools such as the Thread Manager and Python Environment Manager.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages