From cc3dcf2b895c012769b3388c8aa71ea3f656528b Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Sat, 8 Jun 2024 12:16:48 +0200 Subject: [PATCH] Update README.md Co-authored-by: Remi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b60b1c..88e476b2 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ dataset attributes: │ ... ├ info: a dictionary of metadata on the dataset │ ├ fps: float - frame per second the dataset is recorded/synchronized to - │ └ video: bool - are there video in the dataset + │ └ 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 └ video_frame_keys: List of string: the video features of the hf_dataset ```