nielsr HF Staff commited on
Commit
e6ddaae
·
verified ·
1 Parent(s): d67bbb8

Improve dataset card: Add paper link, task category, and project page

Browse files

This PR improves the dataset card for OmniPart. It adds the official Hugging Face paper link (https://huggingface.co/papers/2507.06165), sets the `task_categories` to `image-to-3d`, and includes the project page link (https://omnipart.github.io/) for better discoverability and context about the dataset's purpose in 3D generation.

Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-to-3d
5
+ tags:
6
+ - 3d-generation
7
+ - part-aware
8
+ ---
9
+
10
+ This repository contains the dataset related to the paper [OmniPart: Part-Aware 3D Generation with Semantic Decoupling and Structural Cohesion](https://huggingface.co/papers/2507.06165).
11
+
12
+ OmniPart introduces a novel framework for part-aware 3D object generation designed to achieve high semantic decoupling among components while maintaining robust structural cohesion. This dataset is crucial for advancing interactive applications requiring explicit, editable 3D part structures.
13
+
14
+ Project page: https://omnipart.github.io/