We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2519c commit b6da85bCopy full SHA for b6da85b
1 file changed
predicators/datasets/generate_atom_trajs_with_vlm.py
@@ -750,7 +750,7 @@ def _generate_ground_atoms_with_vlm_pure_visual_preds(
750
vlm: VisionLanguageModel) -> List[List[Set[GroundAtom]]]:
751
"""Given a collection of ImageOptionTrajectories, query a VLM to convert
752
these into ground atom trajectories."""
753
- import pdb; pdb.set_trace()
+ # import pdb; pdb.set_trace()
754
if not CFG.grammar_search_vlm_atom_proposal_use_debug:
755
logging.info("Querying VLM for candidate atom proposals...")
756
atom_strs_proposals_list = _sample_vlm_atom_proposals_from_trajectories(
0 commit comments