TUI-NICR / ESANet

ESANet: Efficient RGB-D Semantic Segmentation for Indoor Scene Analysis
Other
236 stars 51 forks source link

Rgbd_segmentation (Depth image) #7

Open jonahgeladze opened 3 years ago

jonahgeladze commented 3 years ago

I'm using rgbd segmentation pretrained model. Can you tell me, how to get a depth image of room?

Thanks, in advance.

mona0809 commented 3 years ago

sorry, but what do you mean? The model takes RGB and depth images as input (e.g. from a Kinect camera) and outputs the segmentation result.

jonahgeladze commented 3 years ago

@mona0809 I'm using sunrgbd model. I want to test this model on my samples(room images). So from 2 inputs, I have only room image (and not depth image). Is there any chance to transform my room image in depth image? (So I would have 2 input parameters: room image and depth image) and I'd be able to run my inputs on this model.

mona0809 commented 3 years ago

No, it is not possible to reconstruct a depth image given an RGB image. (There are approaches for depth estimation, but that is another area of research.) If you only have the RGB image, I suggest you use a model that requires only the RGB image as input.