Hyeonwoo Kim commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ viewer: false
|
|
| 6 |
---
|
| 7 |
# ComAsset
|
| 8 |
|
| 9 |
-
ComAsset is the dataset
|
| 10 |
|
| 11 |
The dataset consists of total 83 object meshes, collected from [SketchFab](https://sketchfab.com/).
|
| 12 |
|
|
@@ -30,10 +30,14 @@ ComAsset
|
|
| 30 |
|
| 31 |
In `categories.json`, you can check the existing object categories, along with the original data URL and the license information.
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
# Loading Dataset
|
| 34 |
|
| 35 |
```python
|
| 36 |
-
from datasets import load_dataset
|
| 37 |
from huggingface_hub import snapshot_download
|
| 38 |
import trimesh
|
| 39 |
|
|
|
|
| 6 |
---
|
| 7 |
# ComAsset
|
| 8 |
|
| 9 |
+
ComAsset is the dataset of paper "Beyond the Contact: Discovering Comprehensive Affordance for 3D Objects from Pre-trained 2D Diffusion Models".
|
| 10 |
|
| 11 |
The dataset consists of total 83 object meshes, collected from [SketchFab](https://sketchfab.com/).
|
| 12 |
|
|
|
|
| 30 |
|
| 31 |
In `categories.json`, you can check the existing object categories, along with the original data URL and the license information.
|
| 32 |
|
| 33 |
+
# License
|
| 34 |
+
|
| 35 |
+
ComAsset is licensed under the [ODC-By v1.0](https://opendatacommons.org/licenses/by/1-0/) license. The licnese of each object is in `categories.json`.
|
| 36 |
+
|
| 37 |
# Loading Dataset
|
| 38 |
|
| 39 |
```python
|
| 40 |
+
from datasets import load_dataset
|
| 41 |
from huggingface_hub import snapshot_download
|
| 42 |
import trimesh
|
| 43 |
|