dontLoveBugs / DORN_pytorch

PyTorch implementation of Deep Ordinal Regression Network for Monocular Depth Estimation
299 stars 67 forks source link

results on Kitti dataset #9

Closed jiaxinxie97 closed 4 years ago

jiaxinxie97 commented 5 years ago

Hi, Thank you for your sharing. I find you test kitti dataset in eigen spilt, can you tell me your results on this spilt?
Also, I want to ask which kind of groundtruth you use? For another word, is depthmap in train_gt16bit from kitti depth benchmark which is just released in these two years or projected from point clouds which are provided by raw data and much sparser. Last, if you use groundtruth provided in kitti depth benchmark, how do you get test_gt16bit? because only 652 images' groundtruth depth can be find in the benckmark. Thank you for you time!!

jiaxinxie97 commented 5 years ago

From a closed issue I know you use depth groundtruth projected from point clouds. I still want to know your results, I trained it but didn't converge.

dontLoveBugs commented 4 years ago

I update the code and you can try it again.