File size: 1,069 Bytes
566237f
 
 
 
 
 
 
 
44b1d66
98e7be2
44b1d66
566237f
1b9e7da
566237f
 
 
 
fd7162e
 
 
 
86509c3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: cc-by-nc-4.0
---

# 🏠 Overview

PartObjaverse-Tiny, a 3D part segmentation dataset which provides detailed semantic-level and instance-level part annotations for 200 complex 3D objects.

- **Project Page**: [Link to Project](https://yhyang-myron.github.io/SAMPart3D-website/)
- **Arxiv Paper**: [Link to Arxiv](https://arxiv.org/abs/2411.07184)
- **Github Code**: [Link to Github](https://github.com/Pointcept/SAMPart3D)

# 📚 File Description

- **PartObjaverse-Tiny_mesh:** 200 Meshes in glb format, named with uids.
- **PartObjaverse-Tiny_semantic.json:** Label set for each mesh.
- **PartObjaverse-Tiny_semantic_gt:** The ground truth of the semantic segmentation task. Each GT number corresponds in order to each label in the label set.
- **PartObjaverse-Tiny_instance_gt:** The ground truth of the instance segmentation task. Each GT number corresponds to an instance and does not represent semantics.

# 🏗️ Usage

Please refer to the [Github Code](https://github.com/Pointcept/SAMPart3D/blob/main/PartObjaverse-Tiny/PartObjaverse-Tiny.md).