You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
load_pretrained_caffe() will load all parameters from pretrained HED caffe checkpoint, while load_vgg16_caffe() only loads the weights for VGG network.
If you want to evaluate the pretrained HED caffe checkpoint (e.g. hed_pretrained_bsds.py36pickle), please use load_pretrained_caffe().
If you want to train a new HED model, please use load_vgg16_caffe() to load VGG weights from 5stage-vgg.py36pickle and train the model on BSDS dataset.
The functions of load_pretrained_caffe and load_vgg16_caffe have some difference? I don't know which one I should use? Can you give me some suggests?
The text was updated successfully, but these errors were encountered: