Skip to content

Commit b6da85b

Browse files
comment out pdb
1 parent be2519c commit b6da85b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

predicators/datasets/generate_atom_trajs_with_vlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def _generate_ground_atoms_with_vlm_pure_visual_preds(
750750
vlm: VisionLanguageModel) -> List[List[Set[GroundAtom]]]:
751751
"""Given a collection of ImageOptionTrajectories, query a VLM to convert
752752
these into ground atom trajectories."""
753-
import pdb; pdb.set_trace()
753+
# import pdb; pdb.set_trace()
754754
if not CFG.grammar_search_vlm_atom_proposal_use_debug:
755755
logging.info("Querying VLM for candidate atom proposals...")
756756
atom_strs_proposals_list = _sample_vlm_atom_proposals_from_trajectories(

0 commit comments

Comments
 (0)