Instructions to use litert-community/MiDaS-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/MiDaS-small with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
docs: add Training data & PII section (submission-guideline compliance)
Browse files
README.md
CHANGED
|
@@ -71,6 +71,16 @@ The fp16 model compiles to **234 / 234 nodes on the LiteRT GPU delegate
|
|
| 71 |
(best 1.1 ms). `RESIZE_BILINEAR align_corners=True` is GPU-supported as-is; no
|
| 72 |
model change needed.
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
## License & attribution
|
| 75 |
|
| 76 |
- **MiDaS** weights: MIT (Intel ISL).
|
|
|
|
| 71 |
(best 1.1 ms). `RESIZE_BILINEAR align_corners=True` is GPU-supported as-is; no
|
| 72 |
model change needed.
|
| 73 |
|
| 74 |
+
## Training data & PII
|
| 75 |
+
|
| 76 |
+
This is a weights-exact format conversion of Intel ISL's **MiDaS v2.1 small**; no new
|
| 77 |
+
training was performed. MiDaS was trained for monocular depth on a **mix of ~10 public
|
| 78 |
+
depth datasets** (e.g. ReDWeb, DIML, MegaDepth, WSVD, 3D Movies). These contain photos of
|
| 79 |
+
real scenes that may incidentally include people and other PII; none was deliberately
|
| 80 |
+
collected and this conversion adds none. The model outputs a relative-depth map only and
|
| 81 |
+
performs no identification. Apply your own content/PII filtering before deployment. See the
|
| 82 |
+
original [MiDaS](https://github.com/isl-org/MiDaS) repo for dataset details.
|
| 83 |
+
|
| 84 |
## License & attribution
|
| 85 |
|
| 86 |
- **MiDaS** weights: MIT (Intel ISL).
|