ziqima commited on
Commit
6a6e9c4
Β·
verified Β·
1 Parent(s): cbe4c62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,7 +8,9 @@ This dataset includes two human-annotated benchmarks: Objaverse-General (of 100
8
  Inside both ```objaverse-general``` and ```objaverse-shapanetepart``` directories, the benchmark has the following directory structure:
9
  Each object is stored in a folder with the structure below:
10
 
 
11
  {object_name}_{objaverse_uid}/
12
  β”œβ”€β”€ label_map.json # Maps part IDs to natural language part names
13
  β”œβ”€β”€ labels.npy # Per-point label assignment (0 means no label)
14
  └── points5000.pcd # Object point cloud with 5000 points
 
 
8
  Inside both ```objaverse-general``` and ```objaverse-shapanetepart``` directories, the benchmark has the following directory structure:
9
  Each object is stored in a folder with the structure below:
10
 
11
+ ```
12
  {object_name}_{objaverse_uid}/
13
  β”œβ”€β”€ label_map.json # Maps part IDs to natural language part names
14
  β”œβ”€β”€ labels.npy # Per-point label assignment (0 means no label)
15
  └── points5000.pcd # Object point cloud with 5000 points
16
+ ```