Skip to content

Commit 61ad28d

Browse files
vincentpierreAlexander Clegg
andauthored
Adding rearrange_pick_dataset_v1 (#1664)
* Adding rearrange_pick_dataset_v1 * replacing link instead of adding a new entry * renaming dataset and changing its path * Update src_python/habitat_sim/utils/datasets_download.py Co-authored-by: Alexander Clegg <alexclegg@fb.com> * Update src_python/habitat_sim/utils/datasets_download.py Co-authored-by: Alexander Clegg <alexclegg@fb.com> Co-authored-by: vincentpierre <vincentpierre@users.noreply.github.com> Co-authored-by: Alexander Clegg <alexclegg@fb.com>
1 parent 60c052a commit 61ad28d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src_python/habitat_sim/utils/datasets_download.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ def initialize_test_data_sources(data_path):
124124
"link": data_path + "datasets/rearrange_pick/replica_cad/v0",
125125
"version": "1.0",
126126
},
127+
"rearrange_dataset_v1": {
128+
"source": "https://dl.fbaipublicfiles.com/habitat/data/datasets/replica_cad/v1.zip",
129+
"package_name": "v1.zip",
130+
"link": data_path + "datasets/replica_cad/rearrange",
131+
"version": "1.0",
132+
},
127133
"hab2_bench_assets": {
128134
"source": "https://dl.fbaipublicfiles.com/habitat/ReplicaCAD/hab2_bench_assets.zip",
129135
"package_name": "hab2_bench_assets.zip",
@@ -202,6 +208,7 @@ def initialize_test_data_sources(data_path):
202208
"hab_fetch",
203209
"ycb",
204210
"rearrange_pick_dataset_v0",
211+
"rearrange_dataset_v1",
205212
],
206213
"hm3d_example": ["hm3d_example_habitat", "hm3d_example_configs"],
207214
"hm3d_val": ["hm3d_val_habitat", "hm3d_val_configs"],

0 commit comments

Comments
 (0)