DPT icon indicating copy to clipboard operation
DPT copied to clipboard

Training and evaluation code

Open harsh-sengar opened this issue 3 years ago • 5 comments

You haven't released the training and evaluation code for Monodepth and Semantic Segmentation tasks. If you can provide your training and evaluation code then that will be very useful for my research.

harsh-sengar avatar Feb 06 '22 16:02 harsh-sengar

Hi, we have made an attempt to reproduce the training script of DPT for semantic segmentation and depth estimation in the following repo: https://github.com/antocad/FocusOnDepth check it out if you are interested!

younesbelkada avatar Feb 11 '22 10:02 younesbelkada

@younesbelkada Did you try finetuning it on kitti dataset as well?

awsaf49 avatar Jun 25 '22 11:06 awsaf49

Hi @awsaf49 unfortunately we didn't, but I think that it should work well if you follow the instructions for training

younesbelkada avatar Jun 25 '22 11:06 younesbelkada

@younesbelkada Thanks for your reply. The issue with kitti is that it doesn't come with dense/interpolated depth map like nyuv2 dataset. Hence, I'm having doubts if they trained model with sparse depths or dense/interpolated depth

awsaf49 avatar Jun 25 '22 13:06 awsaf49