| pipeline_tag: depth-estimation | |
| tags: | |
| - depth-estimation | |
| - computer-vision | |
| - DynamicCity | |
| # Your Model Name | |
| DepthAnything-Mine | |
| ## Usage | |
| ```python | |
| from transformers import pipeline | |
| pipe = pipeline("depth-estimation", model="your-username/your-model-name") |