Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ tags:
|
|
| 8 |
- mit-license
|
| 9 |
---
|
| 10 |
|
| 11 |
-
#
|
| 12 |
|
| 13 |
-
> **Model Origin:** This model is based on [
|
| 14 |
> I did not train this model — I have converted it to ONNX format for fast, GPU-accelerated inference within tools such as VisionDepth3D.
|
| 15 |
|
| 16 |
## 🧠 About This Model
|
|
@@ -42,7 +42,7 @@ This is a direct conversion of the **Distill-Any-Depth** PyTorch model to **ONNX
|
|
| 42 |
}
|
| 43 |
```
|
| 44 |
|
| 45 |
-
- **Source Model:** [
|
| 46 |
- **License:** MIT
|
| 47 |
- **Modifications:** Only format conversion (no retraining or weight changes)
|
| 48 |
|
|
|
|
| 8 |
- mit-license
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Distill-Any-Depth (ONNX) – For VisionDepth3D
|
| 12 |
|
| 13 |
+
> **Model Origin:** This model is based on [Distill-Any-Depth by Westlake-AGI-Lab](https://github.com/Westlake-AGI-Lab/Distill-Any-Depth), originally developed by Westlake-AGI-Lab.
|
| 14 |
> I did not train this model — I have converted it to ONNX format for fast, GPU-accelerated inference within tools such as VisionDepth3D.
|
| 15 |
|
| 16 |
## 🧠 About This Model
|
|
|
|
| 42 |
}
|
| 43 |
```
|
| 44 |
|
| 45 |
+
- **Source Model:** [Distill-Any-Depth by Westlake-AGI-Lab](https://github.com/Westlake-AGI-Lab/Distill-Any-Depth)
|
| 46 |
- **License:** MIT
|
| 47 |
- **Modifications:** Only format conversion (no retraining or weight changes)
|
| 48 |
|