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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: