tester202405/InfraredSolarModules
124
1---2dataset_info:3 features:4 - name: image5 dtype: image6 - name: label7 dtype:8 class_label:9 names:10 '0': Cell11 '1': Cell-Multi12 '2': Cracking13 '3': Diode14 '4': Diode-Multi15 '5': Hot-Spot16 '6': Hot-Spot-Multi17 '7': No-Anomaly18 '8': Offline-Module19 '9': Shadowing20 '10': Soiling21 '11': Vegetation22 splits:23 - name: train24 num_bytes: 9052395.225 num_examples: 1600026 - name: test27 num_bytes: 2261586.828 num_examples: 400029 download_size: 607054630 dataset_size: 11313982.031configs:32- config_name: default33 data_files:34 - split: train35 path: data/train-*36 - split: test37 path: data/test-*38---39 