File size: 1,270 Bytes
fa20a26
 
5cff4a9
f448a9d
fa20a26
5cff4a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: cc-by-4.0
pretty_name: Habitat YCB Objects Dataset
viewer: false
---

![YCB](https://www.ycbbenchmarks.com/wp-content/uploads/2015/08/cropped-banner4.jpg)

# Habitat YCB Objects Dataset
Post-processed simulation assets for use in [habitat-sim](https://github.com/facebookresearch/habitat-sim).

Original sourced from [Official YCB Dataset](https://www.ycbbenchmarks.com/).

> 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.

## Contents

```
├── configs
|   ├── *.object_config.json
├── meshes
|   ├── */*.glb      - BASIS compressed and optimized for simulation 
|   ├── */*.glb.orig - uncompressed raw assets
├── collison_meshes
|   ├── *.glb        - convex decomposition collision proxies
├── ycb.scene_dataset_config.json
```

- 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.