AuWang commited on
Commit
a43c5c4
·
verified ·
1 Parent(s): 2d824cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -1,8 +1,9 @@
 
 
 
1
  # [Neurips 2025 DB] PartNeXt: A Next-Generation Dataset for Fine-Grained and Hierarchical 3D Part Understanding
2
  Official dataset release for _PartNeXt: A Next-Generation Dataset for Fine-Grained and Hierarchical 3D Part Understanding_.
3
 
4
- <div align="center">
5
-
6
  [![arXiv](https://img.shields.io/badge/arXiv-Paper-red?logo=arxiv&logoColor=white)](https://authoritywang.github.io/partnext/)
7
  [![Project Page](https://img.shields.io/badge/Project_Page-Website-green?logo=homepage&logoColor=white)](https://authoritywang.github.io/partnext/)
8
  [![🤗 Hugging Face Dataset](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Dataset-blue)](https://huggingface.co/datasets/AuWang/PartNeXt)
@@ -15,6 +16,16 @@ Official dataset release for _PartNeXt: A Next-Generation Dataset for Fine-Grain
15
 
16
  | [Project Page](https://authoritywang.github.io/partnext/) | [Paper]() | [Dataset](https://huggingface.co/datasets/AuWang/PartNeXt) | [Dataset Toolkit](https://github.com/AuthorityWang/PartNeXt) | [Benchmark code (Soon)]() | [Annotation code (Soon)]() |<br>
17
 
18
- </div>
 
 
 
 
 
 
 
19
 
20
- ![Teaser image](assets/teaser.png)
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
  # [Neurips 2025 DB] PartNeXt: A Next-Generation Dataset for Fine-Grained and Hierarchical 3D Part Understanding
5
  Official dataset release for _PartNeXt: A Next-Generation Dataset for Fine-Grained and Hierarchical 3D Part Understanding_.
6
 
 
 
7
  [![arXiv](https://img.shields.io/badge/arXiv-Paper-red?logo=arxiv&logoColor=white)](https://authoritywang.github.io/partnext/)
8
  [![Project Page](https://img.shields.io/badge/Project_Page-Website-green?logo=homepage&logoColor=white)](https://authoritywang.github.io/partnext/)
9
  [![🤗 Hugging Face Dataset](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Dataset-blue)](https://huggingface.co/datasets/AuWang/PartNeXt)
 
16
 
17
  | [Project Page](https://authoritywang.github.io/partnext/) | [Paper]() | [Dataset](https://huggingface.co/datasets/AuWang/PartNeXt) | [Dataset Toolkit](https://github.com/AuthorityWang/PartNeXt) | [Benchmark code (Soon)]() | [Annotation code (Soon)]() |<br>
18
 
19
+ ## Usage
20
+
21
+ For usage, please refer to our dataset toolkit repo [https://github.com/AuthorityWang/PartNeXt](https://github.com/AuthorityWang/PartNeXt)
22
+
23
+ ## Acknowledgement
24
+ Our PartNeXt dataset is based on [Objaverse](https://objaverse.allenai.org/), [ABO](https://amazon-berkeley-objects.s3.amazonaws.com/index.html), [3D-Future](https://tianchi.aliyun.com/dataset/98063), thanks for these awesome datasets. If there is any license issue, please contact us and we will remove the data.
25
+
26
+ Thanks for Benyuan AI data for data annotation.
27
 
28
+ If you find our dataset useful in your research, please consider citing our paper.
29
+ ```
30
+ BibTex Coming Soon
31
+ ```