Aligning Knowledge Graph with Visual Perception for Object-goal Navigation (ICRA 2024)
https://github.com/nuoxu/AKGVP/assets/26222001/63f38873-c51c-4b1e-9d76-cf716ef0de07
cd AKGVP
conda env create -f environment.yml
conda activate akgvp
python create_image_feat.py
runners/a3c_train.py
can be enabled. In this way, certain categories will be filtered during the training.python main.py \
--title AKGVPModel \
--model AKGVPModel \
--workers 4 \
--gpu-ids 0 \
--images-file-name clip_featuremap.hdf5
python full_eval.py \
--title AKGVPModel \
--model AKGVPModel \
--results-json AKGVPModel.json \
--gpu-ids 0 \
--images-file-name clip_featuremap.hdf5 \
--save-model-dir trained_models
python visualization.py