Giter Club home page Giter Club logo

exploitcnn-rnn's People

Contributors

acaglayan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

exploitcnn-rnn's Issues

Liblinear Test Accuracy: 0.000000

When I run this demo by using the depth images from washington rgbd datasets, the accuracy is 0%. What can I do? Hope for your answer, plz.

Accuracy = 0% (0/692)
Liblinear Test Accuracy: 0.000000

Classification result of Depth (Layer-3 + Layer-4)...
Accuracy = 0% (0/692)
Liblinear Test Accuracy: 0.000000

Classification result of Depth (Layer-3 + Layer-5)...
Accuracy = 0% (0/692)
Liblinear Test Accuracy: 0.000000

Classification result of Depth (Layer-4 + Layer-5)...
Accuracy = 0% (0/692)
Liblinear Test Accuracy: 0.000000

Classification result of Depth (Layer-3 + Layer-4 + Layer-5)...
Accuracy = 0% (0/692)
Liblinear Test Accuracy: 0.000000

missing folder

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?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.