apal commited on
Commit
d4263d3
·
1 Parent(s): 9eb42d1

Update SkyScenes.py

Browse files
Files changed (1) hide show
  1. SkyScenes.py +1 -1
SkyScenes.py CHANGED
@@ -102,7 +102,7 @@ def _generate_examples(self, images, metadata_path):
102
  files_to_keep = set(f.read().split("\n"))
103
  print('KEEP',files_to_keep)
104
  for file_path, file_obj in images:
105
- print('FILE',file_path)
106
  # if file_path.startswith(_IMAGES_DIR):
107
  # if file_path[len(_IMAGES_DIR) : -len(".jpg")] in files_to_keep:
108
  # label = file_path.split("/")[2]
 
102
  files_to_keep = set(f.read().split("\n"))
103
  print('KEEP',files_to_keep)
104
  for file_path, file_obj in images:
105
+ print('FILE',file_path)
106
  # if file_path.startswith(_IMAGES_DIR):
107
  # if file_path[len(_IMAGES_DIR) : -len(".jpg")] in files_to_keep:
108
  # label = file_path.split("/")[2]