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 +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2bd630ef5d8d5ed7634b374df04c3eec427a6fbe0d6f7972648c079d5918608
|
| 3 |
+
size 389916980
|