vinvino02 / GLPDepth

GLPDepth PyTorch Implementation: Global-Local Path Networks for Monocular Depth Estimation with Vertical CutDepth
191 stars 44 forks source link

a problem of metrics #8

Closed WL678 closed 2 years ago

WL678 commented 2 years ago

Hi,guys! Firstly, thanks for the great paper and open source project! I am trying to repeat your work. And I have downloaded your model from the url in model.py. However,after testing,we found that the metrics had a significant difference from your results. So I wonder if it is convenient for you to provide me with a well-trained model. Thanks a lot!

vinvino02 commented 2 years ago

Thanks! The weight from the url in model.py is for the initialization of training model. You have to download trained model weights from https://drive.google.com/drive/folders/17yYbLZS2uQ6UVn5ET9RhVL0y_X3Ipl5_. Please check this.

WL678 commented 2 years ago

Sorry, I found this web address is invalid. are you sure this is the right url?

vinvino02 commented 2 years ago

Could you check download link from Downloads section of README.md? image