conda create -n env_name python=3.9 cmake=3.14.0
conda install habitat-sim withbullet -c conda-forge -c aihabitat
pip install git+https://github.com/facebookresearch/habitat-lab.git
See /gitmodules
.
git submodule update <specific path to submodule>
.
Mannually mkdir
and add pretrained detic model to perception/detection/detic/Detic/models
cd perception/detection/detic/Detic
, git submodule update --init ./third_party/CenterNet2/
.
-
detectron2:
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
-
clip:
pip install git+https://github.com/openai/CLIP.git
python NavVLM.py
- HM3D: see habitat-matterpord3D dataset (hm3d).
- Gibson:
https://github.com/facebookresearch/habitat-sim/blob/main/DATASETS.md#gibson-and-3dscenegraph-datasets
- MP3D:
https://github.com/niessner/Matterport