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
Hello,
Thanks for your great work. I am trying to reproduce the work to gibson datasets.
I followed #8 :
add a parameter "--task_config tasks/objectnav_gibson.yaml"
replace the line in the file agents/sem_exp.py from ObjectGoal_Env21 to ObjectGoal_Env
I also Force the task only work on the Darden scene, since I am sure I have all assets of this scene. I changed code: in envs/habitat/__init__.py
if"*"inbasic_config.DATASET.CONTENT_SCENES:
content_dir=os.path.join("data/datasets/objectnav/gibson/v1.1/"+args.split, "content")
scenes=_get_scenes_from_folder(content_dir)
# force it to be only Darden, since we only have this in scene dataset.scenes= ['Darden.glb']
To match the dataset, I changed the objectnav_gibson.yaml with:
Traceback (most recent call last):
File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/L3MVN/envs/habitat/utils/vector_env.py", line 176, in _worker_env
env = env_fn(*env_fn_args)
File "/L3MVN/envs/habitat/__init__.py", line 24, in make_env_fn
env = Sem_Exp_Env_Agent(args=args, rank=rank,
File "/L3MVN/agents/sem_exp.py", line 32, in __init__
super().__init__(args, rank, config_env, dataset)
File "/L3MVN/envs/habitat/objectgoal_env.py", line 26, in __init__
super().__init__(config_env, dataset)
File "/habitat-lab/habitat/core/env.py", line 377, in __init__
self._env = Env(config, dataset)
File "/habitat-lab/habitat/core/env.py", line 107, in __init__
self._sim = make_sim(
File "/habitat-lab/habitat/sims/registration.py", line 19, in make_sim
return _sim(**kwargs)
File "/habitat-lab/habitat/sims/habitat_simulator/habitat_simulator.py", line 276, in __init__
super().__init__(self.sim_config)
File "<attrs generated init habitat_sim.simulator.Simulator>", line 11, in __init__
self.__attrs_post_init__()
File "/usr/local/lib/python3.8/dist-packages/habitat_sim-0.2.1-py3.8-linux-x86_64.egg/habitat_sim/simulator.py", line 122, in __attrs_post_init__
self.__set_from_config(self.config)
File "/usr/local/lib/python3.8/dist-packages/habitat_sim-0.2.1-py3.8-linux-x86_64.egg/habitat_sim/simulator.py", line 260, in __set_from_config
self._config_backend(config)
File "/usr/local/lib/python3.8/dist-packages/habitat_sim-0.2.1-py3.8-linux-x86_64.egg/habitat_sim/simulator.py", line 204, in _config_backend
super().__init__(config.sim_cfg, config.metadata_mediator)
AssertionError: ESP_CHECK failed: Missing (at least) one of scene dataset attributes, stage attributes, or dataset scene attributes for scene '/data/scene_datasets/gibson_semantic//Darden.glb'. Likely an invalid scene name.
I guess this error is related to how I organize the data of Gibson, since I have seen similar problem when I didn't put data of hm3d correctly. But given these 2 dataset use different data format, I do not have a concrete idea on how to solving this problem. Can you share yours? My data structure looks like below
we need python setup.py build --build-datatool
then we copy newest tools/gen_gibson_semantics.sh
then we run in the v0.1.4 habitat-sim, tools/gen_gibson_semantics.sh ~/projects/L3MVN/data/gibson_tiny_data_semantics/automated_graph ~/projects/L3MVN/data/gibson_tiny ~/projects/L3MVN/data/scene_datasets/gibson/gibson_semantic
This way help me to get the gibson with semantic info.
Hello,
Thanks for your great work. I am trying to reproduce the work to gibson datasets.
I followed #8 :
envs/habitat/__init__.py
With all these changes, I got an error:
I guess this error is related to how I organize the data of Gibson, since I have seen similar problem when I didn't put data of hm3d correctly. But given these 2 dataset use different data format, I do not have a concrete idea on how to solving this problem. Can you share yours? My data structure looks like below
My data folder looks like this:
Data:
datasets
scene_datasets
versioned_data
The text was updated successfully, but these errors were encountered: