--- dataset_info: features: - name: image dtype: image - name: label dtype: class_label: names: '0': '1' '1': '10' '2': '11' '3': '12' '4': '13' '5': '14' '6': '15' '7': '16' '8': '17' '9': '18' '10': '19' '11': '2' '12': '20' '13': '21' '14': '22' '15': '23' '16': '24' '17': '25' '18': '26' '19': '27' '20': '28' '21': '29' '22': '3' '23': '30' '24': '31' '25': '32' '26': '4' '27': '5' '28': '6' '29': '7' '30': '8' '31': '9' - name: video dtype: int64 - name: frame dtype: int64 - name: id2label dtype: string - name: id2category dtype: string - name: split dtype: string splits: - name: train num_bytes: 1004929213.576 num_examples: 48407 - name: test num_bytes: 244419592.062 num_examples: 12107 download_size: 1236753799 dataset_size: 1249348805.638 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---