-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
The variable "dagnn" or class "dagnn.DagNN.loadobj" is not defined. #20
Comments
Hi @rmxhhh |
Thank you,but i don't quiet understand what you mean.you say i don't need to install the original Matconvnet. What is the $MATCONVNET/matlab path? |
@layumi |
@rmxhhh @xiaosuzhang |
In order to be able to use dagnn you should include MatConvNet to your path (http://www.vlfeat.org/matconvnet/) |
@layumi my configuration is cpu+matlab 2016a+vs2015+win10.
first,i run 'gpu_compile' to compile the matconvnet,and shows that the compilation is successful.then i want to run 'test_gallery_query_razy',but there was an error shows that:
The variable "dagnn" or class "dagnn.DagNN.loadobj" is not defined error test_gallery_query_crazy (line 8) net = dagnn.DagNN.loadobj(netStruct.net);
i used the method from internet--add 'run /matlab/vl_setupnn.m',but it also have the same error.
The text was updated successfully, but these errors were encountered: