Ejemplo n.º 1
0
 def get_cam3(self, idx):
     """Read image file for cam3 (RGB right) at the specified index."""
     return utils.load_image(self.cam3_files[idx], mode='RGB')
Ejemplo n.º 2
0
 def get_cam1(self, idx):
     """Read image file for cam1 (monochrome right) at the specified index."""
     return utils.load_image(self.cam1_files[idx], mode='L')
Ejemplo n.º 3
0
 def get_cam1(self, idx):
     """Read image file for cam1 (monochrome right) at the specified index."""
     return utils.load_image(self.cam1_files[idx], mode='L')
Ejemplo n.º 4
0
 def get_cam3(self, idx):
     """Read image file for cam3 (RGB right) at the specified index."""
     return utils.load_image(self.cam3_files[idx], mode='RGB')
Ejemplo n.º 5
0
 def get_semantics(self, idx):
     """Read image file for cam3 (RGB right) at the specified index."""
     return utils.load_image(self.semantics_files[idx], mode='L')