Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
pretty_name: Habitat YCB Objects Dataset
|
4 |
---
|
5 |
+
|
6 |
+

|
7 |
+
|
8 |
+
# Habitat YCB Objects Dataset
|
9 |
+
Post-processed simulation assets for use in [habitat-sim](https://github.com/facebookresearch/habitat-sim).
|
10 |
+
|
11 |
+
Original sourced from [Official YCB Dataset](https://www.ycbbenchmarks.com/).
|
12 |
+
|
13 |
+
> YCB Object and Model Set is designed for facilitating benchmarking in robotic manipulation... The set is associated with a [model database](http://www.ycbbenchmarks.com/object-models/) which provides mesh models and high-resolution RGB-D scans of the objects for easy incorporation into manipulation and planning software platforms.
|
14 |
+
|
15 |
+
## Contents
|
16 |
+
|
17 |
+
```
|
18 |
+
├── configs
|
19 |
+
| ├── *.object_config.json
|
20 |
+
├── meshes
|
21 |
+
| ├── */*.glb - BASIS compressed and optimized for simulation
|
22 |
+
| ├── */*.glb.orig - uncompressed raw assets
|
23 |
+
├── collison_meshes
|
24 |
+
| ├── *.glb - convex decomposition collision proxies
|
25 |
+
├── ycb.scene_dataset_config.json
|
26 |
+
```
|
27 |
+
|
28 |
+
- ycb.scene_dataset_config.json - SceneDataset file for easy import of the full dataset in habitat-sim. See [the docs](https://aihabitat.org/docs/habitat-sim/attributesJSON.html) for details.
|