Datasets:
update
Browse files
README.md
CHANGED
|
@@ -25,9 +25,9 @@ The repository is structured to seamlessly plug into the `Prox-E` unified evalua
|
|
| 25 |
|
| 26 |
- **`input_shapes/`**: Directory containing `600` input 3D meshes in OBJ format (`.obj`).
|
| 27 |
- **`rendered_images/`**: Directory containing `600` high-resolution upright 2D renders of the input meshes in PNG format (`.png`).
|
| 28 |
-
- **`point_cloud/`**: Directory containing `600` dense point cloud of the
|
| 29 |
-
- **`instructions.json`**: Key-value metadata containing evaluation prompts
|
| 30 |
-
- **`shapetalk_600_set.csv`**: Full detailed metadata from the original ShapeTalk dataset
|
| 31 |
|
| 32 |
---
|
| 33 |
|
|
|
|
| 25 |
|
| 26 |
- **`input_shapes/`**: Directory containing `600` input 3D meshes in OBJ format (`.obj`).
|
| 27 |
- **`rendered_images/`**: Directory containing `600` high-resolution upright 2D renders of the input meshes in PNG format (`.png`).
|
| 28 |
+
- **`point_cloud/`**: Directory containing `600` dense point cloud of the input meshes (`.npz`).
|
| 29 |
+
- **`instructions.json`**: Key-value metadata containing evaluation prompts, object classes and part-specific keywords.
|
| 30 |
+
- **`shapetalk_600_set.csv`**: Full detailed metadata from the original ShapeTalk dataset on this 600-sample subset.
|
| 31 |
|
| 32 |
---
|
| 33 |
|