Parallel evaluation script for generated results. Loads results from pickle files and evaluates correctness using multiprocessing. Each response is evaluated in its own subprocess with timeout for ...
"""Configuration for MCAP to events conversion.""" rate_settings: Dict[str, float] # Mapping from topic to desired rate (Hz) for resampling keep_topics: Optional[List[str]] = None # Optional list of ...