You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the same issue as in #1808 when using mp3d dataset, and I have tried setting SIMULATOR.SCENE_DATASET to "data/scene_datasets/mp3d/mp3d.scene_dataset_config.json", but it didn't work. My vln_r2r.yaml file is as follows:
I printed the config after calling habitat.get_config. In the config, scene_dataset has been correctly set to "data/scene_datasets/mp3d/mp3d.scene_dataset_config.json". However, when I print env.episodes[0], it still shows that the scene_dataset_config in VLNEpisode is set to 'default'.
I paste the print result of print(habitat.get_config(config_path="benchmark/nav/vln_r2r.yaml"])) and print(env.episodes[0]), thanks for your reply!
Habitat version
habitat-lab-0.3.0
habitat-sim-0.3.0
❓ Questions and Help
I encountered the same issue as in #1808 when using mp3d dataset, and I have tried setting
SIMULATOR.SCENE_DATASET
to "data/scene_datasets/mp3d/mp3d.scene_dataset_config.json", but it didn't work. Myvln_r2r.yaml
file is as follows:I printed the config after calling
habitat.get_config
. In the config, scene_dataset has been correctly set to "data/scene_datasets/mp3d/mp3d.scene_dataset_config.json". However, when I printenv.episodes[0]
, it still shows that thescene_dataset_config
inVLNEpisode
is set to 'default'.I paste the print result of
print(habitat.get_config(config_path="benchmark/nav/vln_r2r.yaml"]))
andprint(env.episodes[0])
, thanks for your reply!The text was updated successfully, but these errors were encountered: