Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -68,9 +68,9 @@ This dataset was generated using NVIDIA Isaac Sim and Omniverse Replicator. Each
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
-
##
|
| 72 |
|
| 73 |
-
###
|
| 74 |
|
| 75 |
Visual Perspective Taking is a challenging task that traditionally requires large amounts of precisely labelled real-world data. This dataset serves as a proof-of-concept to explore the viability of using high-fidelity synthetic data as a scalable and cost-effective alternative.
|
| 76 |
|
|
@@ -82,7 +82,7 @@ The data consists of renders of an objects (**mug**) placed on a tabletop in a s
|
|
| 82 |
|
| 83 |
---
|
| 84 |
|
| 85 |
-
##
|
| 86 |
|
| 87 |
The dataset has the following fields:
|
| 88 |
|
|
@@ -94,7 +94,7 @@ The dataset has the following fields:
|
|
| 94 |
|
| 95 |
---
|
| 96 |
|
| 97 |
-
##
|
| 98 |
|
| 99 |
The data is split into training, validation, and test sets. The splits were created based on unique images to ensure no data leakage between the sets.
|
| 100 |
|
|
@@ -106,7 +106,7 @@ The data is split into training, validation, and test sets. The splits were crea
|
|
| 106 |
|
| 107 |
---
|
| 108 |
|
| 109 |
-
##
|
| 110 |
|
| 111 |
You can load and use the dataset with the `datasets` library as follows:
|
| 112 |
|
|
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
+
## Dataset Details
|
| 72 |
|
| 73 |
+
### Dataset Summary
|
| 74 |
|
| 75 |
Visual Perspective Taking is a challenging task that traditionally requires large amounts of precisely labelled real-world data. This dataset serves as a proof-of-concept to explore the viability of using high-fidelity synthetic data as a scalable and cost-effective alternative.
|
| 76 |
|
|
|
|
| 82 |
|
| 83 |
---
|
| 84 |
|
| 85 |
+
## Data Fields
|
| 86 |
|
| 87 |
The dataset has the following fields:
|
| 88 |
|
|
|
|
| 94 |
|
| 95 |
---
|
| 96 |
|
| 97 |
+
## Data Splits
|
| 98 |
|
| 99 |
The data is split into training, validation, and test sets. The splits were created based on unique images to ensure no data leakage between the sets.
|
| 100 |
|
|
|
|
| 106 |
|
| 107 |
---
|
| 108 |
|
| 109 |
+
## How to Use
|
| 110 |
|
| 111 |
You can load and use the dataset with the `datasets` library as follows:
|
| 112 |
|