XingjianL commited on
Commit
0d43877
1 Parent(s): 13f81de
Files changed (1) hide show
  1. tomatotest.py +1 -0
tomatotest.py CHANGED
@@ -79,6 +79,7 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
79
  all_splits = split_f.read().split('\n')
80
  print(len(all_splits))
81
  for archive in archives:
 
82
  for path, file in archive:
83
  print(path, all_splits[0])
84
  if path not in all_splits:
 
79
  all_splits = split_f.read().split('\n')
80
  print(len(all_splits))
81
  for archive in archives:
82
+ print(archive)
83
  for path, file in archive:
84
  print(path, all_splits[0])
85
  if path not in all_splits: