Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lf-zhao committed Nov 6, 2024
1 parent 57bc5ad commit 2fda813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions predicators/spot_utils/perception/object_perception.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def query_vlm(full_prompt, image_list):
results = []
retry = False
for i, r in enumerate(responses):
# FIXME add logic here
if any(x in r for x in ['Yes', 'No']):
if 'Yes' in r:
results.append(True)
Expand Down

0 comments on commit 2fda813

Please sign in to comment.