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

missing folder #2

Open
GianniMoreandy opened this issue Mar 20, 2020 · 1 comment
Open

missing folder #2

GianniMoreandy opened this issue Mar 20, 2020 · 1 comment

Comments

@GianniMoreandy
Copy link

hi, I tried this code but I continue receive this error:
Extracting CNN features for surface normals of depth images...
Warning: Name is nonexistent or not a directory: /home/matt/Desktop/exploitCNN-RNN-master/matconvnet-1.0-beta25/matlab/mex

In path (line 109)
In addpath (line 86)
In vl_setupnn (line 13)
In run (line 91)
In extractCNNFeatures (line 2)
In main (line 90)
Warning: MatConvNet is not compiled. Consider running vl_compilenn.
In vl_setupnn (line 24)
In run (line 91)
In extractCNNFeatures (line 2)
In main (line 90)

SurfNorm CNN features are passing through RNNs for Pool-1 (5) layer ...
RNN Forward Prop Train...
Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the number of rows
in the second matrix. To perform elementwise multiplication, use '.*'.

Error in forwardRNN>forward (line 46)
child = W * reshape(tree(:,row:row+RFS(1)-1,col:col+RFS(2)-1,:),[],numImgs);

Error in forwardRNN (line 10)
train = forward(train, rnn, params);

Error in main (line 103)
[surfNormPool1RNNTrain, surfNormPool1RNNTest] = forwardRNN(surfNormNetTrain.pool1, surfNormNetTest.pool1, params);

What I'm supposed to do?

@acaglayan
Copy link
Owner

acaglayan commented Mar 28, 2020

Hi, first you need to install MatConvNet toolbox, which requires a proper C/C++ compiler, please check the below link for installation about MatConvNet:
https://www.vlfeat.org/matconvnet/quick/
If you are able to extact CNN features, then, there should not be any problem on RNN part.
Please debug the code step by step to see the problems.

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

2 participants