Depth Estimation
Transformers
Safetensors
PyTorch
English
depth_anything
computer-vision
absolute depth
Instructions to use Boxiang/depth_chm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Boxiang/depth_chm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("depth-estimation", model="Boxiang/depth_chm")# Load model directly from transformers import AutoImageProcessor, AutoModelForDepthEstimation processor = AutoImageProcessor.from_pretrained("Boxiang/depth_chm") model = AutoModelForDepthEstimation.from_pretrained("Boxiang/depth_chm") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors with huggingface_hub
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 389916980
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd8b2a891e69cfe9c3248ee172a37b918d7533e8ca67fbf953c584aceedbbd6d
|
| 3 |
size 389916980
|