--- dataset_info: features: - name: region dtype: string - name: timestamp dtype: string - name: split dtype: string - name: rgb_path dtype: string - name: ndvi_path dtype: string - name: output dtype: string splits: - name: train num_bytes: 61654 num_examples: 85 - name: test num_bytes: 15991 num_examples: 22 download_size: 26413 dataset_size: 77645 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---