acane2 nielsr HF Staff commited on
Commit
5fa1d25
·
verified ·
1 Parent(s): 40752ea

Add link to paper (#1)

Browse files

- Add link to paper (c4e5112bd0311d79219a332f8d28e9b8890cab17)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -1,17 +1,17 @@
1
- # Open3DHOI
2
-
3
- This is the dataset in "Reconstructing In-the-Wild Open-Vocabulary Human-Object Interactions".
4
-
5
- ## Dataset Structure:
6
- ```bash
7
- - motorcycle
8
- - HICO_train2015_00013672
9
- - smplx_parameters.json # SMPL-X parameters
10
- - h_mesh.obj # Human mesh
11
- - object_mesh.obj # Object mesh
12
- - image.jpg # Image
13
- - person_mask.png # Person mask save as grayscale image
14
- - object_mask.png # Object mask save as grayscale image
15
- - depth.png # Depth generated by ZoeDepth
16
- - box_annotation.json # Bounding box annotation for human and object
17
  ```
 
1
+ # Open3DHOI
2
+
3
+ This is the dataset in ["Reconstructing In-the-Wild Open-Vocabulary Human-Object Interactions"](https://huggingface.co/papers/2503.15898).
4
+
5
+ ## Dataset Structure:
6
+ ```bash
7
+ - motorcycle
8
+ - HICO_train2015_00013672
9
+ - smplx_parameters.json # SMPL-X parameters
10
+ - h_mesh.obj # Human mesh
11
+ - object_mesh.obj # Object mesh
12
+ - image.jpg # Image
13
+ - person_mask.png # Person mask save as grayscale image
14
+ - object_mask.png # Object mask save as grayscale image
15
+ - depth.png # Depth generated by ZoeDepth
16
+ - box_annotation.json # Bounding box annotation for human and object
17
  ```