apal commited on
Commit
d0319c4
1 Parent(s): 27001f3

Update SkyScenes.py

Browse files
Files changed (1) hide show
  1. SkyScenes.py +1 -1
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 filepath, {
102
  "image": {"path": filepath, "bytes": image_bytes},
103
  }