Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio compiling: DagNN.mex #1244

Open
JankoVuk opened this issue Mar 3, 2021 · 0 comments
Open

Visual Studio compiling: DagNN.mex #1244

JankoVuk opened this issue Mar 3, 2021 · 0 comments

Comments

@JankoVuk
Copy link

JankoVuk commented Mar 3, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant