Datasets:

License:
yulinliu commited on
Commit
c97304f
·
verified ·
1 Parent(s): c07f5b5

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # OakInk-v2 Dataset for ManiSkill/SAPIEN
6
+
7
+ This is the OakInk-v2 object dataset from [OakInk-v2](https://oakink.net/), it has been adapted for use with [ManiSkill](https://github.com/haosulab/ManiSkill)/[SAPIEN](https://github.com/haosulab/SAPIEN/).
8
+
9
+ The changes are:
10
+
11
+ - Preprocessing with [COACD](https://colin97.github.io/CoACD/) to generate convex decompositions.
12
+ - Converted from `.tar` to `.zip` for compatibility.
13
+
14
+ If you find OakInk dataset useful for your research, please considering cite:
15
+
16
+ ```bibtex
17
+ @inproceedings{YangCVPR2022OakInk,
18
+ author = {Yang, Lixin and Li, Kailin and Zhan, Xinyu and Wu, Fei and Xu, Anran and Liu, Liu and Lu, Cewu},
19
+ title = {{OakInk}: A Large-Scale Knowledge Repository for Understanding Hand-Object Interaction},
20
+ booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
21
+ year = {2022},
22
+ }
23
+ ```