↓ 1 callersFunctioneval_multi_choice(
question: str,
prediction: str,
answer: str,
openai_api_key: str,
use_api: bool = True,
olmo/eval/temp_compass_utils.py:148
↓ 1 callersFunctioneval_yes_no(
question: str,
prediction: str,
answer: str,
openai_api_key: str,
use_api: bool = True,
olmo/eval/temp_compass_utils.py:183
↓ 1 callersFunctionextract_single_point_track_per_frame Parse single_point_track_per_frame model output. Expected format matches data_formatter.py: "[x, y, time], [x, y, time], [x, y, time
olmo/eval/object_tracking_utils.py:254
↓ 1 callersFunctionextract_video_points_start_end Extract points from video_point_ground_start_end format prompt style. Text format example: 0: ([34.0, 63.0, 0.50], [35.0, 64.0, 1.00]
olmo/eval/object_tracking_utils.py:196
↓ 1 callersMethodformat_video_tracks(self, point_tracks, scale, label, alt_text=None, rng=None,
start_end_only=False,
olmo/preprocessing/point_formatter.py:865