haopt commited on
Commit
4bad080
·
1 Parent(s): 7aaadce
Files changed (1) hide show
  1. README.md +3 -3
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 Ground Truth meshes (`.npz`).
29
- - **`instructions.json`**: Key-value metadata containing evaluation prompts/instructions for each assignment, including object classes and part-specific keywords.
30
- - **`shapetalk_600_set.csv`**: Full detailed metadata from the original ShapeTalk dataset mapping back to these evaluation samples.
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