Visual Studio compiling: DagNN.mex

58 views
Skip to first unread message

Janko Vukotic

unread,
Mar 3, 2021, 10:36:08 AM3/3/21
to MatConvNet: CNNs for MATLAB

Dear MatConvNet community,

I am exploring MatConvNet for DagNN.mex file in image semantic segmentation based on model ResNet-101 in Matlab R2020b:

netStruct = load('imagenet-resnet-101-dag.mat');

net = dagnn.DagNN.loadobj(netStruct);

C = semanticseg(frame, net_config);

B = labeloverlay(frame,C);

However, I am getting many errors trying to compile using MSVS2019 project https://github.com/guosheng/refinenet.

So please, I urgently need only DagNN.mex file in order to load a model. Can anyone post only the DagNN.mex file?

Thank you!

Reply all
Reply to author
Forward
0 new messages