apal commited on
Commit
7176094
·
1 Parent(s): 8cf7f85

Update SkyScenes.py

Browse files
Files changed (1) hide show
  1. SkyScenes.py +3 -3
SkyScenes.py CHANGED
@@ -98,6 +98,6 @@ class SKYSCENES(datasets.GeneratorBasedBuilder):
98
  # if file_path.startswith(_IMAGES_DIR):
99
  # if file_path[len(_IMAGES_DIR) : -len(".jpg")] in files_to_keep:
100
  # label = file_path.split("/")[2]
101
- yield file_path, {
102
- "image": {"path": filepath, "bytes": image_bytes},
103
- }
 
98
  # if file_path.startswith(_IMAGES_DIR):
99
  # if file_path[len(_IMAGES_DIR) : -len(".jpg")] in files_to_keep:
100
  # label = file_path.split("/")[2]
101
+ yield file_path, {
102
+ "image": {"path": filepath, "bytes": image_bytes},
103
+ }