Upload SkyScenes.py
Browse files- SkyScenes.py +1 -0
SkyScenes.py
CHANGED
|
@@ -910,6 +910,7 @@ class SKYSCENES(datasets.GeneratorBasedBuilder):
|
|
| 910 |
|
| 911 |
def _generate_examples(self, images=None):
|
| 912 |
"""Generate images and labels for splits."""
|
|
|
|
| 913 |
for f in images:
|
| 914 |
for file_path, file_obj in f:
|
| 915 |
yield file_path, {
|
|
|
|
| 910 |
|
| 911 |
def _generate_examples(self, images=None):
|
| 912 |
"""Generate images and labels for splits."""
|
| 913 |
+
print('TYPE',type(images))
|
| 914 |
for f in images:
|
| 915 |
for file_path, file_obj in f:
|
| 916 |
yield file_path, {
|