Closed Benson722 closed 3 months ago
Maybe u can try cloning the habitat in --branch v0.2.4 ? Not the stable one.
Just run pip install -e .[habitat], make sure the version(habitat-sim,habitat-lab) is correct, you can check the file pyproject.toml.Please let me know if the problem is correct, I have some questions that I would like to discuss with you. Thanks!
Maybe u can try cloning the habitat in --branch v0.2.4 ? Not the stable one.
Hi,I wonder if you met the problem that
File "/home/tcy/anaconda3/envs/vlfm/lib/python3.9/site-packages/habitat/datasets/pointnav/pointnav_dataset.py", line 51, in get_scenes_to_load
raise FileNotFoundError(
FileNotFoundError: Could not find dataset file data/datasets/objectnav/hm3d/v1/val
I'm sure the datasets is in /home /name/vlfm/data/datasets/objectnav/hm3d/v1/val`
Maybe u can try cloning the habitat in --branch v0.2.4 ? Not the stable one.
Hi,I wonder if you met the problem that File "/home/tcy/anaconda3/envs/vlfm/lib/python3.9/site-packages/habitat/datasets/pointnav/pointnav_dataset.py", line 51, in get_scenes_to_load raise FileNotFoundError( FileNotFoundError: Could not find dataset file
data/datasets/objectnav/hm3d/v1/val
I'm sure the datasets is in /home /name/vlfm/data/datasets/objectnav/hm3d/v1/val`
Sorry for replying late. I have not met this problem. It seems like a problem about the dataset locations. Perhaps you can try download the dataset by the recommended ways again. Hope it works. :)
The problem has been solved by being installed again. Perhaps some errors occur in the environment
I have met the same problem and here is how I solved it. The error is raised in line 51 in "habitat/datasets/pointnav/pointnav_dataset.py", which is triggered when cls.check_config_paths_exist(config) returns true. And cls.check_config_paths_exist(config) actually checks both the dir "/name/vlfm/data/datasets/objectnav/hm3d/v1/val" and another dir "/name/vlfm/data/scene_datasets" where the glb and navmesh files of mp3d are stored. So you need to check if the BOTH dir is existed.
Thank you for your work! It helps me a lot. :-)
When I try to run the code, some errors occur:
ps: "./scripts/launch_vlm_servers.sh" is running successfully