File size: 860 Bytes
cbe4c62
 
 
 
 
 
 
 
 
 
6a6e9c4
cbe4c62
 
 
 
6a6e9c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
license: mit
---
This dataset contains benchmarks for open-world object part segmentation proposed by [Find Any Part in 3D (ICCV 2025)](https://arxiv.org/abs/2411.13550).
This dataset includes two human-annotated benchmarks: Objaverse-General (of 100 object categories) and ShapeNetPart-Objaverse (of the same categories of ShapeNetPart, but with objects source from Objaverse to study distribution shift).

## Usage
Inside both ```objaverse-general``` and ```objaverse-shapanetepart``` directories, the benchmark has the following directory structure:
Each object is stored in a folder with the structure below:

```
{object_name}_{objaverse_uid}/
β”œβ”€β”€ label_map.json # Maps part IDs to natural language part names
β”œβ”€β”€ labels.npy # Per-point label assignment (0 means no label)
└── points5000.pcd # Object point cloud with 5000 points
```