yagmurakarken commited on
Commit
625ddf6
·
verified ·
1 Parent(s): 894009c

revert to initial license; sibling citation style; centered logo

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
- license: cc-by-nc-4.0
3
- license_link: LICENSE
 
4
  extra_gated_heading: "Request access to OriginLab Game-Depth"
5
  extra_gated_prompt: "By requesting access you agree to the CC-BY-NC-4.0 license plus a model-release requirement: use is for non-commercial research only, and any model trained on or derived from this data must be publicly released with open weights and a model card. Commercial use requires a separate agreement with OriginLab."
6
  extra_gated_fields:
@@ -33,7 +34,11 @@ configs:
33
  path: data/extra-*.parquet
34
  ---
35
 
36
- # <img src="figures/logo.png" alt="OriginLab" height="34"/> OriginLab Game-Depth: RGB + Dense Z-Buffer Depth
 
 
 
 
37
 
38
  Dense depth from game engines, as a scalable substitute for scarce real depth ground truth.
39
 
@@ -296,7 +301,7 @@ is that smaller fractions imply more passes over the data (a memorization caveat
296
 
297
  ## License
298
 
299
- Released under **CC-BY-NC-4.0** ([`LICENSE`](LICENSE)) plus a **model-release requirement**: non-commercial research use, attribution, and any model trained on or derived from this data must be publicly released (open weights + model card). Commercial use requires a separate agreement with OriginLab. Access is gated - accept the terms to download.
300
 
301
  ## References
302
 
@@ -320,14 +325,11 @@ Released under **CC-BY-NC-4.0** ([`LICENSE`](LICENSE)) plus a **model-release re
320
 
321
  ## Citation
322
 
323
- If you use this dataset, please cite:
324
-
325
  ```bibtex
326
  @misc{originlab2026gamedepth,
327
- title = {{OriginLab Game-Depth: RGB + Dense Z-Buffer Depth}},
328
- author = {OriginLab},
329
- year = {2026},
330
- publisher = {Hugging Face},
331
- howpublished = {\url{https://huggingface.co/datasets/originlab/game-depth}}
332
  }
333
  ```
 
1
  ---
2
+ license: other
3
+ license_name: originlab-noncommercial-research
4
+ license_link: LICENSE.md
5
  extra_gated_heading: "Request access to OriginLab Game-Depth"
6
  extra_gated_prompt: "By requesting access you agree to the CC-BY-NC-4.0 license plus a model-release requirement: use is for non-commercial research only, and any model trained on or derived from this data must be publicly released with open weights and a model card. Commercial use requires a separate agreement with OriginLab."
7
  extra_gated_fields:
 
34
  path: data/extra-*.parquet
35
  ---
36
 
37
+ <p align="center">
38
+ <img src="assets/logo.png" alt="OriginLab" width="100">
39
+ </p>
40
+
41
+ # OriginLab Game-Depth: RGB + Dense Z-Buffer Depth
42
 
43
  Dense depth from game engines, as a scalable substitute for scarce real depth ground truth.
44
 
 
301
 
302
  ## License
303
 
304
+ Released for **non-commercial research** under the OriginLab Game-Depth License ([`LICENSE.md`](LICENSE.md)), with a **model-release requirement** (any model trained on this data must be publicly released with open weights and a model card). No redistribution of the raw data without consent; commercial or production use requires a separate agreement (contact Origin Lab at https://app.originlab.ai). Access is gated - accept the terms to download.
305
 
306
  ## References
307
 
 
325
 
326
  ## Citation
327
 
 
 
328
  ```bibtex
329
  @misc{originlab2026gamedepth,
330
+ title = {OriginLab Game-Depth: RGB + Dense Z-Buffer Depth},
331
+ author = {Origin Lab},
332
+ year = {2026},
333
+ url = {https://app.originlab.ai}
 
334
  }
335
  ```