Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |

|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
This Huggingface dataset hosts the Allocentric Scene Perception benchmark (ASP).
|
| 5 |
+
We have three different versions of the benchmark:
|
| 6 |
+
- ASP_FixedSun
|
| 7 |
+
- ASP_RandomSunPerScene
|
| 8 |
+
- ASP_RandomSunPerSnapshot
|
| 9 |
+
which are distinguished by the position of the sun. ASP_FixedSun will have the sun fixed at (0,0,10), while ASP_RandomSunPerScene and ASP_RandomSunPerSnapshot have random sun positions for each scene and snapshot respectively.
|
| 10 |
+
|
| 11 |
+
Each file consists of 6000 scenes, with randomly arranged objects (10% of the scenes contain 1 object, 20% 2 objects, 30% 3 objects and 40% of the scenes contain 4 objects)
|
| 12 |
+
|
| 13 |

|