XingjianL commited on
Commit
c33d213
·
1 Parent(s): 6052bc2
Files changed (1) hide show
  1. tomatotest.py +1 -1
tomatotest.py CHANGED
@@ -77,7 +77,7 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
77
  print(split_txt)
78
  with open(split_txt, encoding="utf-8") as split_f:
79
  all_splits = split_f.read().split('\n')
80
- print(all_splits)
81
  for archive in archives:
82
  for path, file in archive:
83
  if path not in all_splits:
 
77
  print(split_txt)
78
  with open(split_txt, encoding="utf-8") as split_f:
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
  if path not in all_splits: