File size: 284 Bytes
a020793 6daeca5 a020793 6daeca5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ---
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") |