XingjianL commited on
Commit
a47c6c3
1 Parent(s): a63fe41
Files changed (1) hide show
  1. tomatotest.py +2 -2
tomatotest.py CHANGED
@@ -83,9 +83,9 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
83
  #print(archive)
84
  for path, file in archive:
85
  if path.split('/')[-1][:-3] not in all_splits:
86
- print(path.split('/')[-1][:-3], all_splits[0])
87
  continue
88
- print("added")
89
  left_rgb, right_rgb, left_seg, left_depth, right_depth = self._h5_loader(file.read(), self.config.dataset_type)
90
  yield path, {
91
  "left_rgb": left_rgb,
 
83
  #print(archive)
84
  for path, file in archive:
85
  if path.split('/')[-1][:-3] not in all_splits:
86
+ #print(path.split('/')[-1][:-3], all_splits[0])
87
  continue
88
+ #print("added")
89
  left_rgb, right_rgb, left_seg, left_depth, right_depth = self._h5_loader(file.read(), self.config.dataset_type)
90
  yield path, {
91
  "left_rgb": left_rgb,