armory icon indicating copy to clipboard operation
armory copied to clipboard

TFDSv4: store contextual information from datasets, such as sample rate and frame rate

Open davidslater opened this issue 2 years ago • 0 comments

Currently, this information is needed in the following scenarios:

audio_asr.py:            self.test_dataset.context.sample_rate,
audio_classification.py:            self.test_dataset.context.sample_rate,
carla_video_tracking.py:            frame_rate=self.test_dataset.context.frame_rate,
carla_video_tracking.py:            frame_rate=self.test_dataset.context.frame_rate,
video_ucf101_scenario.py:            frame_rate=self.test_dataset.context.frame_rate,

This needs to be captured somewhere in the data loading pipeline.

davidslater avatar Dec 05 '22 21:12 davidslater