kakaxi314 / GuideNet

Implementation for our paper 'Learning Guided Convolutional Network for Depth Completion'
MIT License
154 stars 14 forks source link

flip in test #16

Open sshan-zhao opened 3 years ago

sshan-zhao commented 3 years ago

Hi, Thanks for releasing the code. I find that you feed both original maps and flipped maps into the network to predict the dense depth map in the code. I wonder whether the submitted results are obtained through the same strategy. Best

kakaxi314 commented 3 years ago

Yes, the submitted results are obtained through this strategy.

liushuqi123 commented 3 years ago

Hi, Thanks for releasing the code. I find that you feed both original maps and flipped maps into the network to predict the dense depth map in the code. I wonder whether the submitted results are obtained through the same strategy. Best

Hello, thank you very much for your contribution. When I test your model, I only have loss. I want to ask you how to get the results of RMSE in the paper,Did you reappear,Thanks image