MKLab-ITI/ndvr-dml

Can you provide pre-trained model ?

Closed this issue · 6 comments

Hi,

I would like to know if you can provide weights of your model or pretrained model ?

Hi, sorry for the late response. You can find pretrained models here.

Hi, sorry for the late response. You can find pretrained models here.

Hi, what are the parameters of the vgg_pretrained model ? In your paper, you just mentioned the models from AlexNet and GoogLeNet.

We employed the feature extraction method described in this paper. You can find the implementation in this repo.

We employed the feature extraction method described in this paper. You can find the implementation in this repo.

Sorry, I mean how are the parameters of DML model designed when you use the features from VGG.

Oh, the VGG features are 4096 dimensions, and the outputs of the DML layers are [2000, 1000, 500] dimensions.

Oh, the VGG features are 4096 dimensions, and the outputs of the DML layers are [2000, 1000, 500] dimensions.

Thank you very much !