shariqfarooq123 / AdaBins

Official implementation of Adabins: Depth Estimation using adaptive bins
GNU General Public License v3.0
725 stars 156 forks source link

For the configuration of the SUNRGBD dataset parameters? #63

Open hgj15189826157 opened 2 years ago

hgj15189826157 commented 2 years ago

1.The model can predict the maximum and minimum depth values of the image, max_depth, min_depth? 2.During the evaluation phase, the maximum and minimum depth masks for the SUNRGBD dataset,max_depth_eval and min_depth_eval? 3.When using the depth map of the SUNRGBD dataset, do you choose the original depth map (which is missing), or the depth map in the depth_bfx folder that has already filled in the missing depth values? 4.Thanks to the author for answering this question, because many papers and codes do not mention any information.