NathanGavenski commited on
Commit
8ffd82b
·
verified ·
1 Parent(s): 8a74d0d

Update imagetest.py

Browse files
Files changed (1) hide show
  1. imagetest.py +1 -8
imagetest.py CHANGED
@@ -61,11 +61,4 @@ class ImageSet(datasets.GeneratorBasedBuilder):
61
  "episode_starts": dataset_info[info_idx]["episode_starts"],
62
  "maze": dataset_info[info_idx]["maze"],
63
  "obs": {"path": filepath, "bytes": image.read()},
64
- }
65
-
66
- # for idx, ((filepath, image), info) in enumerate(zip(images, infos)):
67
- # for idx, info in enumerate(infos):
68
- # print(idx, info)
69
- # yield idx, {
70
- # # "image": {"path": filepath, "bytes": image.read()},
71
- # }
 
61
  "episode_starts": dataset_info[info_idx]["episode_starts"],
62
  "maze": dataset_info[info_idx]["maze"],
63
  "obs": {"path": filepath, "bytes": image.read()},
64
+ }