Skip to content

Commit

Permalink
resolving merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kolve committed Apr 5, 2022
1 parent c68795e commit 84d4f16
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ai2thor/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ def add_image_ids(self, image_ids_data):
self.instance_segmentation_frame = read_buffer_image(
image_ids_data, self.screen_width, self.screen_height
)[:, :, :3]
<<<<<<< HEAD

self.process_colors_ids(image_ids_data)

Expand All @@ -609,14 +608,6 @@ def add_third_party_image_ids(self, image_ids_data):
instance_segmentation_frame
)
instance_masks = LazyInstanceSegmentationMasks(image_ids_data, self.metadata)
=======
self.process_colors_ids()

def add_third_party_image_ids(self, image_ids_data):
instance_segmentation_frame = read_buffer_image(image_ids_data, self.screen_width, self.screen_height)[:, :, :3]
self.third_party_instance_segmentation_frames.append(instance_segmentation_frame)
class_masks, instance_masks = self.process_thirdparty_color_ids(instance_segmentation_frame)
>>>>>>> main
self.third_party_instance_masks.append(instance_masks)
self.third_party_class_masks.append(LazyClassSegmentationMasks(instance_masks))

Expand Down

0 comments on commit 84d4f16

Please sign in to comment.