mlboydaisuke commited on
Commit
96fd2e0
·
verified ·
1 Parent(s): b6f24f3

docs: add Training data & PII section (submission-guideline compliance)

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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).