Abdulrahman1989 commited on
Commit
5baf998
·
1 Parent(s): 1d126ec

print image type

Browse files
Files changed (1) hide show
  1. Image3DProcessor.py +1 -0
Image3DProcessor.py CHANGED
@@ -61,6 +61,7 @@ class Image3DProcessor:
61
 
62
  @torch.no_grad()
63
  def reconstruct_and_export(self, image):
 
64
  image_tensor = to_tensor(image).to(self.device)
65
  view_to_world_source, rot_transform_quats = get_source_camera_v2w_rmo_and_quats()
66
  view_to_world_source = view_to_world_source.to(self.device)
 
61
 
62
  @torch.no_grad()
63
  def reconstruct_and_export(self, image):
64
+ print(type(image))
65
  image_tensor = to_tensor(image).to(self.device)
66
  view_to_world_source, rot_transform_quats = get_source_camera_v2w_rmo_and_quats()
67
  view_to_world_source = view_to_world_source.to(self.device)