XingjianL commited on
Commit
104ada2
1 Parent(s): f8b201f
Files changed (1) hide show
  1. tomatotest.py +1 -1
tomatotest.py CHANGED
@@ -27,7 +27,7 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
27
  left_seg = h5f['seg_left'][:]
28
  left_depth = h5f['depth_left'][:].astype(np.float32)
29
  right_depth = h5f['depth_right'][:].astype(np.float32)
30
- print(left_rgb.shape, left_depth.shape, left_seg.shape)
31
  return left_rgb, right_rgb, left_seg, left_depth, right_depth
32
  def _read_jpg(self, bytes_stream):
33
  return Image.open(io.BytesIO(bytes_stream))
 
27
  left_seg = h5f['seg_left'][:]
28
  left_depth = h5f['depth_left'][:].astype(np.float32)
29
  right_depth = h5f['depth_right'][:].astype(np.float32)
30
+ print(left_rgb, left_depth.shape, left_seg.shape)
31
  return left_rgb, right_rgb, left_seg, left_depth, right_depth
32
  def _read_jpg(self, bytes_stream):
33
  return Image.open(io.BytesIO(bytes_stream))