Datasets:
hssd
/

Languages:
English
License:
aclegg3 commited on
Commit
03d6670
·
verified ·
1 Parent(s): 74a8103

Update README to v0.3.0

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -37,16 +37,35 @@ See [this repository](https://huggingface.co/datasets/hssd/hssd-models) for corr
37
  │ ├── *.scene_instance.json
38
  ├── scenes_uncluttered
39
  │ ├── *.scene_instance.json
 
 
40
  ├── scene_filter_files
41
  │ ├── *.rec_filter.json
 
 
 
 
 
 
 
 
 
 
 
 
42
  └── hssd-hab.scene_dataset_config.json
43
  └── hssd-hab-uncluttered.scene_dataset_config.json
 
44
  ```
45
 
46
  - `hssd-hab.scene_dataset_config.json`: This SceneDataset config file aggregates the assets and metadata necessary to fully describe the set of stages, objects, and scenes constituting the dataset.
47
  - `objects`: 3D models representing distinct objects that are used to compose scenes. Contains configuration files, render assets, collider assets, and Receptacle mesh assets.
48
  - `stages`: A stage in Habitat is the set of static mesh components which make up the backdrop of a scene (e.g. floor, walls, stairs, etc.).
49
  - `scenes`: A scene is a single 3D world composed of a static stage and a variable number of objects.
 
 
 
 
50
 
51
  ### Rearrange-ready assets:
52
  Supporting Habitat 3.0 embodied rearrangement tasks with updated colliders, adjusted and de-cluttered scene contents, receptacle meshes, and receptacle filter files. See [aihabitat.org/habitat3/](aihabitat.org/habitat3/) for more details.
@@ -54,6 +73,15 @@ Supporting Habitat 3.0 embodied rearrangement tasks with updated colliders, adju
54
  - `scenes_uncluttered`: Contains the adjusted scene instance configuration files.
55
  - `scene_filter_files`: A scene filter file organizes available Receptacle instances in a scene into active and inactive groups based on simualtion heuristics and manual edits. It is consumed by the RearrangeEpisodeGenerator to construct valid RearrangeEpisodeDatasets.
56
 
 
 
 
 
 
 
 
 
 
57
  ## Getting Started
58
 
59
  To load HSSD scenes into the Habitat simulator, you can start by installing [habitat-sim](https://github.com/facebookresearch/habitat-sim) using instructions specified [here](https://github.com/facebookresearch/habitat-sim#installation).
@@ -71,6 +99,18 @@ Habitat-Sim is typically used with [Habitat-Lab](https://github.com/facebookrese
71
  To define embodied AI tasks (e.g. navigation, instruction following, question answering), train agents, and benchmark their performance using standard metrics, you can download habitat-lab using the instructions provided [here](https://github.com/facebookresearch/habitat-lab#installation).
72
 
73
  ## Changelog
 
 
 
 
 
 
 
 
 
 
 
 
74
  - `v0.2.5`: **Rearrange-ready HSSD**
75
  - Note: this is a checkpoint. Known issues exist and continued polish is ongoing.
76
  - Adds Receptacle meshes describing support surfaces for small objects (e.g. table or shelf surfaces).
 
37
  │ ├── *.scene_instance.json
38
  ├── scenes_uncluttered
39
  │ ├── *.scene_instance.json
40
+ ├── scenes_articulated
41
+ │ ├── *.scene_instance.json
42
  ├── scene_filter_files
43
  │ ├── *.rec_filter.json
44
+ ├── metadata
45
+ │ ├── *.csv
46
+ │ ├── *.json
47
+ ├── semantics
48
+ │ ├── hssd-hab_semantic_lexicon.json
49
+ │ ├── scenes
50
+ | ├── *.semantic_config.json
51
+ ├── urdf
52
+ │ ├── <model_name>
53
+ | ├── *.glb
54
+ | ├── *.urdf
55
+ | ├── *.ao_config.json
56
  └── hssd-hab.scene_dataset_config.json
57
  └── hssd-hab-uncluttered.scene_dataset_config.json
58
+ └── hssd-hab-articulated.scene_dataset_config.json
59
  ```
60
 
61
  - `hssd-hab.scene_dataset_config.json`: This SceneDataset config file aggregates the assets and metadata necessary to fully describe the set of stages, objects, and scenes constituting the dataset.
62
  - `objects`: 3D models representing distinct objects that are used to compose scenes. Contains configuration files, render assets, collider assets, and Receptacle mesh assets.
63
  - `stages`: A stage in Habitat is the set of static mesh components which make up the backdrop of a scene (e.g. floor, walls, stairs, etc.).
64
  - `scenes`: A scene is a single 3D world composed of a static stage and a variable number of objects.
65
+ - `scene_filter_files`: These .rec_filter.json files contain mappings of Receptacle instance unique_names to active or filtered sets based on their locations and accessibility within the scene. They also contain a "within_set" defining Receptacles which can only be accessed when the parent Furniture object's "default_link" is in the "open" state.
66
+ - `metadata`: The metadata directory contains several csv and json files which provide semantic mappings for objects in the dataset as well as rational mappings from regions to the types of clutter objects typically found in them to support procedural generation.
67
+ - `semantics`: Primarily defines instance semantics for the scenes. *.semantic_config.json files contain the region annotations for each scene.
68
+ - `urdf`: The urdf directory contains the articulated furniture assets, each contained in its own sub-directory named after the source asset. The .urdf files define the articulation properties. Each .glb file is either a render asset or Receptacle mesh connected to a rigid link. The .ao_config.json file contains habitat-specific metadata such as markersets and Receptacle definitions.
69
 
70
  ### Rearrange-ready assets:
71
  Supporting Habitat 3.0 embodied rearrangement tasks with updated colliders, adjusted and de-cluttered scene contents, receptacle meshes, and receptacle filter files. See [aihabitat.org/habitat3/](aihabitat.org/habitat3/) for more details.
 
73
  - `scenes_uncluttered`: Contains the adjusted scene instance configuration files.
74
  - `scene_filter_files`: A scene filter file organizes available Receptacle instances in a scene into active and inactive groups based on simualtion heuristics and manual edits. It is consumed by the RearrangeEpisodeGenerator to construct valid RearrangeEpisodeDatasets.
75
 
76
+ ### Articulated scenes and assets:
77
+ Introduced in `v0.3.0`, the `hssd-hab-articulated.scene_dataset_config.json` SceneDataset provides 202 fully articulated HSSD scenes ready for use within the AI Habitat simulation ecosystem. Note that only 161 are publicly available on this repo. The remainder and their unique assets are reserved as an internal test set.
78
+
79
+ To enable more realistic indoor object manipulation, articulated 3D furniture models such as drawers, cabinets, and appliances were added to replace rigid assets. These models were converted from rigid source assets in HSSD and swapped into the scenes.
80
+
81
+ Furniture is annotated with a set of Receptacles (surfaces which support small object placement such as shelves and drawers) and can be opened and closed by the agents. Receptacles are further filtered contextually in each scene to ensure that the active set is accessible to the agents.
82
+
83
+ Additional annotations include point or marker sets for each furniture, region annotations, and semantic classification of objects.
84
+
85
  ## Getting Started
86
 
87
  To load HSSD scenes into the Habitat simulator, you can start by installing [habitat-sim](https://github.com/facebookresearch/habitat-sim) using instructions specified [here](https://github.com/facebookresearch/habitat-sim#installation).
 
99
  To define embodied AI tasks (e.g. navigation, instruction following, question answering), train agents, and benchmark their performance using standard metrics, you can download habitat-lab using the instructions provided [here](https://github.com/facebookresearch/habitat-lab#installation).
100
 
101
  ## Changelog
102
+ - `v0.3.0`: **Articulated Scenes and PARTNR support**
103
+ - This major version update adds a large set of changes to support the introduction of 202 articulated HSSD scenes and the [PARTNR benchmark](https://github.com/facebookresearch/partnr-planner).
104
+ - Includes improvements to stage texture/geometry and object collision shapes and receptacles.
105
+ - Adds:
106
+ - 2000+ articulated assets in the urdf/ directory representing and replacing rigid furniture objects. Annotated with Receptacles and semantics.
107
+ - 202 new articulated scenes with rigid objects replaced by AOs. These are uncluttered and often significantly altered from originals to accommodate the new assets.
108
+ - Note that test scenes and assets are removed before migration to this repo.
109
+ - Receptacle filter files for new scenes annotating accessible Receptacles and "within" Receptacles (those which require opening an articulated link for access).
110
+ - Note that only one link per AO is configured with an active Receptacle. This is based on logic in PARTNR and habitat-lab (default_link).
111
+ - Region volume semantic annotations to all scenes
112
+ - Semantic lexicon file with updated classes
113
+ - Metadata files mapping object semantics and common-sense object->region sets for PARTNR
114
  - `v0.2.5`: **Rearrange-ready HSSD**
115
  - Note: this is a checkpoint. Known issues exist and continued polish is ongoing.
116
  - Adds Receptacle meshes describing support surfaces for small objects (e.g. table or shelf surfaces).