FCRN-DepthPrediction icon indicating copy to clipboard operation
FCRN-DepthPrediction copied to clipboard

what can the depth esitimation picture do?

Open Asherchi opened this issue 5 years ago • 4 comments

I am confused about I did get the same depth estimation pictures as yours,but I dont know how can i use it.it can get the truth distance between object and camera?if it can get the distance and can you show me the detail?

Asherchi avatar Nov 21 '20 05:11 Asherchi

Yes, you can use the depth value (in meters) by accessing depth_map[:, y, x, 0][0] for the pixel of coordinates (x, y). I have looked for this information on their paper but there seems no explanation so I just read the code in predict.py.

Saoussenl avatar Nov 16 '21 15:11 Saoussenl

Do u have the download url of pretrained model ?

eugeneYz avatar Nov 21 '22 06:11 eugeneYz

Do u have the download url of pretrained model ?

sorry, it is too long ago, i don't remenber the detail.

Asherchi avatar Nov 22 '22 07:11 Asherchi

Yes, you can use the depth value (in meters) by accessing depth_map[:, y, x, 0][0] for the pixel of coordinates (x, y). I have looked for this information on their paper but there seems no explanation so I just read the code in predict.py.

Hi, I changed the input size as width 480, height 640, intput the 640*480 picture, but the type of pred is (1,240,320,1), so how can I get the depth value of pixel of coordinates (x, y).

eugeneYz avatar Nov 25 '22 02:11 eugeneYz