jens commited on
Commit
2d80e04
·
1 Parent(s): ca166b1
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -39,7 +39,7 @@ class DepthPredictor:
39
  return output
40
 
41
  def generate_pcl(self, image):
42
- print(image.shape)
43
  depth = self.predict(image)
44
  print(depth.shape)
45
  # Step 2: Create an RGBD image from the RGB and depth image
 
39
  return output
40
 
41
  def generate_pcl(self, image):
42
+ print(np.array(image).shape)
43
  depth = self.predict(image)
44
  print(depth.shape)
45
  # Step 2: Create an RGBD image from the RGB and depth image