XingjianL commited on
Commit
6d95c85
1 Parent(s): d638aaf
Files changed (1) hide show
  1. tomatotest.py +1 -0
tomatotest.py CHANGED
@@ -85,6 +85,7 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
85
  if path.split('/')[-1][:-3] not in all_splits:
86
  print(path.split('/')[-1][:-3], all_splits[0])
87
  continue
 
88
  left_rgb, right_rgb, left_seg, left_depth, right_depth = self._h5_loader(file.read(), self.config.dataset_type)
89
  yield path, {
90
  "left_rgb": left_rgb,
 
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,