Exemple #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')
Exemple #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')
Exemple #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')
Exemple #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')
Exemple #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')