mrharicot / monodepth

Unsupervised single image depth prediction with CNNs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load ImageNet weights for ResNet50

indhu26 opened this issue · comments

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

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

Hope this helps!

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

Thanks in advance.