Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-sa-3.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-3.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- depth-estimation
|
| 5 |
+
tags:
|
| 6 |
+
- 3D
|
| 7 |
+
- monocular
|
| 8 |
+
- depth
|
| 9 |
+
pretty_name: Room Envelopes
|
| 10 |
+
size_categories:
|
| 11 |
+
- 10K<n<100K
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
Original dataset https://github.com/apple/ml-hypersim
|
| 15 |
+
License https://creativecommons.org/licenses/by-nc-sa/3.0/
|
| 16 |
+
|
| 17 |
+
Modifications include creating point clouds from the Hypersim dataset and re-rendering depth maps with all objects removed, retaining the first structural layout surface for each example and its normal map.
|
| 18 |
+
|
| 19 |
+
This dataset is derived from the Hypersim dataset by Apple Inc., licensed under CC BY-NC-SA 3.0.
|