Closed 2016choang closed 1 year ago
Hello Alex, thank you for releasing this work!
I had a quick question: what is the purpose of min_predict_depth and max_predict_depth / what do these two lines do? https://github.com/alexklwong/calibrated-backprojection-network/blob/master/src/kbnet_model.py#L183-L184
From my interpretation, it does not seem to be scaling the output_depth to be between the min_predict_depth and max_predict_depth.
Thank you!
Hi, this is just a way to treat the output_depth variable as inverse depth but keep it within the approximate range of min and max predict depth
Hello Alex, thank you for releasing this work!
I had a quick question: what is the purpose of min_predict_depth and max_predict_depth / what do these two lines do? https://github.com/alexklwong/calibrated-backprojection-network/blob/master/src/kbnet_model.py#L183-L184
From my interpretation, it does not seem to be scaling the output_depth to be between the min_predict_depth and max_predict_depth.
Thank you!