Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

DarthReca
/
depth-any-canopy-small

Depth Estimation
Transformers
Safetensors
depth_anything
Model card Files Files and versions
xet
Community

Instructions to use DarthReca/depth-any-canopy-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DarthReca/depth-any-canopy-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="DarthReca/depth-any-canopy-small")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("DarthReca/depth-any-canopy-small")
    model = AutoModelForDepthEstimation.from_pretrained("DarthReca/depth-any-canopy-small")
  • Notebooks
  • Google Colab
  • Kaggle
depth-any-canopy-small
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
DarthReca's picture
DarthReca
Update README.md
5da9056 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.5 kB
    Update README.md 12 months ago
  • config.json
    1.11 kB
    Upload DepthAnythingForDepthEstimation almost 2 years ago
  • model.safetensors
    99.2 MB
    xet
    Upload DepthAnythingForDepthEstimation almost 2 years ago
  • preprocessor_config.json
    776 Bytes
    Update preprocessor_config.json almost 2 years ago