Improve dataset card: Add task category, paper and code links, overview, and citation (#1)
Browse files- Improve dataset card: Add task category, paper and code links, overview, and citation (6e21e4c5b1140395e6c48ec5acd8ac54a3efcf4a)
Co-authored-by: Niels Rogge <[email protected]>
    	
        README.md
    CHANGED
    
    | @@ -1,19 +1,43 @@ | |
| 1 | 
            -
            ---
         | 
| 2 | 
            -
            license: cc-by-nc-4.0
         | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
| 6 | 
            -
             | 
| 7 | 
            -
             | 
| 8 | 
            -
             | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
| 14 | 
            -
             | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
| 19 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            license: cc-by-nc-4.0
         | 
| 3 | 
            +
            task_categories:
         | 
| 4 | 
            +
            - robotics
         | 
| 5 | 
            +
            tags:
         | 
| 6 | 
            +
            - grasping
         | 
| 7 | 
            +
            - dexterous-manipulation
         | 
| 8 | 
            +
            - computer-vision
         | 
| 9 | 
            +
            size_categories:
         | 
| 10 | 
            +
            - 1M<n<10M
         | 
| 11 | 
            +
            ---
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            # Dexonomy: Synthesizing All Dexterous Grasp Types in a Grasp Taxonomy
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            [Paper](https://huggingface.co/papers/2504.18829) | [Project page](https://pku-epic.github.io/Dexonomy/) | [Code](https://github.com/JYChen18/Dexonomy)
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            ## Overview
         | 
| 18 | 
            +
             | 
| 19 | 
            +
            This dataset supports generalizable dexterous grasping with suitable grasp types, a fundamental skill for intelligent robots. It presents an efficient pipeline capable of synthesizing **contact-rich, penetration-free, and physically plausible** dexterous grasps for any grasp type, object, and articulated hand, starting from just one human-annotated template per hand and grasp type.
         | 
| 20 | 
            +
             | 
| 21 | 
            +
            Using this algorithm, the Dexonomy dataset was constructed, containing 10.7k objects and 9.5M grasps, covering 31 grasp types in the GRASP taxonomy. The dataset is crucial for developing and training robust, type-conditional generative models for dexterous manipulation.
         | 
| 22 | 
            +
             | 
| 23 | 
            +
            ## Dataset structure
         | 
| 24 | 
            +
             | 
| 25 | 
            +
            ```
         | 
| 26 | 
            +
            |- DGN_5k_processed.tar.gz  # Our pre-proposed meshes and training splits.
         | 
| 27 | 
            +
            |- DGN_5k_vision.tar.gz     # The single-view point clouds. Only used for training networks. 
         | 
| 28 | 
            +
            |- objaverse_5k_processed.tar.gz       
         | 
| 29 | 
            +
            |- objaverse_5k_vision.tar.gz       
         | 
| 30 | 
            +
            |_ Dexonomy_GRASP_shadow.tar.gz # 9.5M successful grasps including 31 types from the GRASP taxonomy
         | 
| 31 | 
            +
            ```
         | 
| 32 | 
            +
             | 
| 33 | 
            +
            ## Citation
         | 
| 34 | 
            +
             | 
| 35 | 
            +
            If you find this work useful for your research, please consider citing:
         | 
| 36 | 
            +
            ```bibtex
         | 
| 37 | 
            +
            @article{chen2025dexonomy,
         | 
| 38 | 
            +
                    title={Dexonomy: Synthesizing All Dexterous Grasp Types in a Grasp Taxonomy},
         | 
| 39 | 
            +
                    author={Chen, Jiayi and Ke, Yubin and Peng, Lin and Wang, He},
         | 
| 40 | 
            +
                    journal={Robotics: Science and Systems},
         | 
| 41 | 
            +
                    year={2025}
         | 
| 42 | 
            +
                  }
         | 
| 43 | 
            +
            ```
         | 
