예제 #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')
예제 #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')
예제 #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')
예제 #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')
예제 #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')