ai2thor icon indicating copy to clipboard operation
ai2thor copied to clipboard

Cannot get the instance segmentation results from AI2THOR

Open liuxz-cs opened this issue 3 years ago • 1 comments

When I initialize the controller with renderInstanceSegmentation = True and renderDepthImage = True, and perform a successful action, I can get the last_event.frame and last_event.depth_frame, but the last_event.instance_segmentation_frame is None. So can we obtain the segmentation results?

liuxz-cs avatar Sep 08 '21 17:09 liuxz-cs

I think this is the same as https://github.com/allenai/ai2thor/issues/867. You might need to update your version, or change renderInstanceSegmentation=True to renderObjectImage=True.

mattdeitke avatar Sep 08 '21 17:09 mattdeitke