Skip to content

Commit

Permalink
release dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonQSY committed Jul 18, 2023
1 parent 3f02ef9 commit 3d61835
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,16 @@ If necessary, download our [pretrained SAM model](https://fouheylab.eecs.umich.e

## Dataset

I haven't had enough time to release the 3D Object Interaction dataset officially. Please feel free to email [email protected] if you want to use it in your project.
The dataset is released in the [project page](https://jasonqsy.github.io/3DOI/). Please download and set the dataset root [here](https://github.com/JasonQSY/3DOI/blob/main/monoarti/monoarti/dataset.py#L19).

The dataset should be organized like this

```
- `3doi_data`
- `3doi_v1`
- `images`
- `omnidata_filtered`
```

## Inference

Expand Down
11 changes: 8 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,19 @@ <h3>Downloads</h3>
</tr>
<tr>
<td>Images</td>
<td>images.tar.gz</td>
<td>All images from Articulation, Epickitchen and Omnidata.</td>
<td><a href="https://drive.google.com/file/d/1ZCUa9mHNCC1I2LOP-DqZEo2dEYHH8dao/view?usp=sharing">images.tar.gz</a></td>
<td>All images from Articulation, Epickitchen and Omnidata. The usage of Epickitchen and Omnidata are subject to their original license (<a href="https://epic-kitchens.github.io/2023">Epickitchen</a> and <a href="https://github.com/EPFL-VILAB/omnidata/blob/main/LICENSE">Omnidata</a>).</td>
</tr>
<tr>
<td>Annotations</td>
<td>annotations.tar.gz</td>
<td><a href="https://drive.google.com/file/d/1ontxv4KDW7mtv4ErsDPC5MQVGK5M6Z4B/view?usp=share_link">3doi_v1.tar.gz</a></td>
<td>Annotations for train, val and test split. The annotations of each split is stored in the pth file. Please check out our code about loading the data.</td>
</tr>
<tr>
<td>Omnidata Ground Truth</td>
<td><a href="https://drive.google.com/file/d/1c4Fi3bBf5slpBEio-0gMY09PcD0Yzqw_/view?usp=sharing">omnidata_filtered.tar.gz</a></td>
<td>You can download full ground truth from Omnidata. However, we filter ground truth for images included in our data, and provide a separate download link.</td>
</tr>
</table>
<br><br>
<hr>
Expand Down

0 comments on commit 3d61835

Please sign in to comment.