Skip to content

Commit

Permalink
added use_vqa to config
Browse files Browse the repository at this point in the history
  • Loading branch information
naokiyokoyamabd committed Sep 5, 2023
1 parent 83d053a commit feb72c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsos/policy/base_objectnav_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ class ZSOSConfig:
text_prompt: str = "Seems like there is a target_object ahead."
min_obstacle_height: float = 0.61
max_obstacle_height: float = 0.88
use_vqa: bool = True
vqa_prompt: str = "Is this "
coco_threshold: float = 0.6
non_coco_threshold: float = 0.4
Expand Down

0 comments on commit feb72c1

Please sign in to comment.