Skip to content

Commit ee229e9

Browse files
committed
[Fix] fix vlln path
1 parent a838ab8 commit ee229e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/eval/configs/habitat_dialog_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
model_settings={
1010
"mode": "system2", # inference mode: dual_system or system2
1111
"dialog_enabled": True,
12-
"model_path": "projects/VL-LN-Bench/base_model/iion", # path to model checkpoint
12+
"model_path": "projects/VL-LN-Bench/base_model/iign", # path to model checkpoint
1313
"append_look_down": False,
1414
"num_history": 8,
1515
"resize_w": 384, # image resize width

scripts/eval/configs/habitat_object_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
model_settings={
1010
"mode": "system2", # inference mode: dual_system or system2
1111
"dialog_enabled": False,
12-
"model_path": "projects/VL-LN-Bench/base_model/checkpoint-iion", # path to model checkpoint
12+
"model_path": "projects/VL-LN-Bench/base_model/checkpoint-iign", # path to model checkpoint
1313
"append_look_down": True,
1414
"num_history": 8,
1515
"resize_w": 384, # image resize width

scripts/eval/configs/instance_dialog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ habitat:
7575
type: dialog
7676
split: unseen_mini
7777
scenes_dir: projects/VL-LN-Bench/scene_datasets/
78-
data_path: projects/VL-LN-Bench/raw_data/mp3d/val_unseen/val_unseen_iion.json.gz
78+
data_path: projects/VL-LN-Bench/raw_data/mp3d/val_unseen/val_unseen_iign.json.gz

0 commit comments

Comments
 (0)