diff --git a/README.md b/README.md index 88e476b2..8552f4c9 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ dataset attributes: ├ info: a dictionary of metadata on the dataset │ ├ fps: float - frame per second the dataset is recorded/synchronized to │ └ video: bool - indicates if frames are encoded in mp4 video files to save space or stored as png files - ├ videos_dir: path to where the videos are stored/accessed + ├ videos_dir: path to where the mp4 videos or png images are stored/accessed └ video_frame_keys: List of string: the video features of the hf_dataset ```