- Images
- Text prompt
The implementation is based on DUSt3R and Lseg.
- Clone
git clone --recursive git@github.com:junyuan-fang/go_vocation.git
# If you have already cloned:
# git submodule update --init --recursive
- Create the environment, here we show an example using conda.
conda env create -f environment.yml
- Clone feature extraction enabled Lseg
git clone git@github.com:junyuan-fang/lseg_feature_extraction.git
cd lang-seg
python3 extract_lseg_features.py
python3 terminal_demo_global_aligned.py --model_name DUSt3R_ViTLarge_BaseDecoder_512_dpt
2. We also provide a version without opening a port for semantic segmentation, but it is also not an interactive version.
python3 terminal_demo.py --model_name DUSt3R_ViTLarge_BaseDecoder_512_dpt