yhyang-myron commited on
Commit
566237f
1 Parent(s): c5b1c41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+
5
+ # 🏠 Overview
6
+
7
+ PartObjaverse-Tiny, a 3D part segmentation dataset which provides detailed semantic-level and instance-level part annotations for 200 complex 3D objects.
8
+
9
+ - **Project Page**: [Link to Project]()
10
+ - **Arxiv Paper**: [Link to Arxiv]()
11
+ - **Github Code**: [Link to Github]()
12
+
13
+ # 📚 File Discription
14
+
15
+ - **PartObjaverse-Tiny_mesh:** 200 Meshes in glb format, named with uids.
16
+ - **PartObjaverse-Tiny_semantic.json:** Label set for each mesh.
17
+ - **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.
18
+ - **PartObjaverse-Tiny_instance_gt:** The ground truth of the instance segmentation task. Each GT number corresponds to an instance and does not represent semantics.