Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davidslater opened this issue Dec 5, 2022 · 0 comments

Comments

@davidslater
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant