pytorch_depth_and_motion_planning icon indicating copy to clipboard operation
pytorch_depth_and_motion_planning copied to clipboard

Could you please provide the specific environment configuration?

Open daydreamer2023 opened this issue 4 years ago • 2 comments

Hi! Thank you for your generous sharing!

I can't get an acceptable result on KITTI, neither depth or motion. Have you ever obtained results comparable to those in the paper?

daydreamer2023 avatar Oct 04 '21 18:10 daydreamer2023

I have not trained it on KITTI dataset, but I have applied the same procedure on a different private dataset where I got good results. I will train it and check it on KITTI dataset and release the model. The GPU I own is too small to perform training on that. Maybe if you could help me like narrow down the mistake where it is happening, I shall be happy to help or fix it.

chamorajg avatar Oct 06 '21 11:10 chamorajg

Hello @chamorajg! I also can't get acceptable results on KITTI, the depth inference outputs a blank image (almost same value every pixel). I noticed that the official paper initialized the encoder part of depth network from a network pretrained on ImageNet, is this initialization missing in your implementation?

hkjournalist01 avatar Nov 15 '21 21:11 hkjournalist01