mrharicot / monodepth

Unsupervised single image depth prediction with CNNs
Other
2.21k stars 628 forks source link

Load ImageNet weights for ResNet50 #251

Closed indhu26 closed 3 years ago

indhu26 commented 3 years ago

Hi, I am trying to load imagenet pretrained weights for resnet50 for training.

@mrharicot Can you point me to the weights that you used for training or can we just import from keras.application.resnet

mrharicot commented 3 years ago

Hi, monodepth1 does not use pretrained weights but monodepth2 does!

Hope this helps!

indhu26 commented 3 years ago

Thank you so much for the quick response. @mrharicot Can you say the difference between monodepth1 and monodepth2 ?

Thanks in advance.