Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lf-zhao committed May 10, 2024
1 parent f3e6a45 commit 7c82fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predicators/spot_utils/skills/spot_find_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _find_objects_with_choreographed_moves(
objects = [id2object[id_] for id_ in all_detections]
vlm_atoms = get_vlm_atom_combinations(objects, vlm_predicates)
vlm_atom_dict = vlm_predicate_batch_classify(
vlm_atoms, rgbds, True)
vlm_atoms, rgbds, vlm_predicates, True)
# Update value if original is None while new is not None
for atom, result in vlm_atom_dict.items():
if all_vlm_atom_dict[atom] is None and result is not None:
Expand Down

0 comments on commit 7c82fde

Please sign in to comment.