Code Monkey home page Code Monkey logo

Comments (24)

czhsuccess avatar czhsuccess commented on August 15, 2024

I met the same problem with you, have you resolved it@sachinky? I use matlab 2014a in ubuntu 14.04.

from rcnn.

forresti avatar forresti commented on August 15, 2024

I had this problem a few days ago. The root cause for me was that 'make matcaffe' produced a file in the MATLAB subdir called 'caffe..mexa64' instead of 'caffe.mexa64.' I see a recent-ish change in the Caffe makefile that puts then dots in the filename. Could fix the make file, or just symlink caffe..mexa64 to caffe.mexa64.

Hope this helps!

from rcnn.

czhsuccess avatar czhsuccess commented on August 15, 2024

We have the same problem but differents reasons@forresti, the name of the producced file produced is 'caffe.mexa64' in my machine. Thank you all the same.
I solved the problem by changing Matlab's edition from 2014a to 2013a and it works.

from rcnn.

mostafa-saad avatar mostafa-saad commented on August 15, 2024

Make sure also to run startup.m

from rcnn.

xyy19920105 avatar xyy19920105 commented on August 15, 2024

I have the same problem. I can use matcaffe like caffe.set_mode_gpu(), but I can't use caffe('set_mode_gpu').

from rcnn.

 avatar commented on August 15, 2024

I met the same problem, anybody can give me the appropriate solution for the problem. I use matlab 2014a in ubuntu 14.04.

from rcnn.

xyy19920105 avatar xyy19920105 commented on August 15, 2024

I solved it by changing another version of caffe. The version which has problem is not a release version. you guys can download the lastest release version of caffe.

from rcnn.

 avatar commented on August 15, 2024

@xyy19920105
I have tested with both caffe-0.999 and caffe-master, but its give me the same error.

from rcnn.

xyy19920105 avatar xyy19920105 commented on August 15, 2024

@sachinky
I used the caffe version called caffe-rc2, the latest release version.

from rcnn.

 avatar commented on August 15, 2024

@xyy19920105
where do you downloaded "caffe-rc2", as far my knowledge the latest version of caffe is "caffe-master" . Can you give the link of "caffe-rc2". Thanks

from rcnn.

xyy19920105 avatar xyy19920105 commented on August 15, 2024

@sainisanjay
Firstly, i'm sorry for @ the wrong id, cause you have the similar id .
You can dowonload that release version at https://github.com/BVLC/caffe/releases, the first one.

from rcnn.

Wu950212 avatar Wu950212 commented on August 15, 2024

Can download a new caffe solve the problem?

from rcnn.

Wu950212 avatar Wu950212 commented on August 15, 2024

@sachinky
Can download a new caffe solve the problem? thanks a lot

from rcnn.

tomoc avatar tomoc commented on August 15, 2024

I use the caffe-rc2, and can use matcaffe.
But, matlab appears busy.
I use matlab R2015a or R2012a in ubuntu14.04.

from rcnn.

tomoc avatar tomoc commented on August 15, 2024

I solved it. Thanks!!

from rcnn.

she-huanbo avatar she-huanbo commented on August 15, 2024

@tomoc how did you solve this problem?thx!
I use caffe-master and matlab2014a in ubuntu14.04

from rcnn.

choasup avatar choasup commented on August 15, 2024

@xyy19920105 I use the caffe-rc2, the configuration is right.But I can't run the >>rcnn_demo successfully.Do you know the problem?

`>> rcnn_demo

Welcome to the PASCAL demo
Running in GPU mode
(To run in CPU mode, call rcnn_demo(demo_choice, 0) instead)
Press any key to continue
Initializing R-CNN model (this might take a little while)
WARNING: Logging before InitGoogleLogging() is written to STDERR
E0418 11:45:31.859096  1587 matcaffe.cpp:18] Expected 2 arguments, got 2
Error using caffe
Expected 2 arguments, got 2

Error in rcnn_load_model (line 27)
rcnn_model.cnn.init_key = ...

Error in rcnn_demo (line 59)
rcnn_model = rcnn_load_model(rcnn_model_file, use_gpu);
`

from rcnn.

SuperLee0 avatar SuperLee0 commented on August 15, 2024

@czhsuccess @eesnake I met the same problems with you, have you solved it? And could you tall me how to do to deal it?thanks

from rcnn.

SuperLee0 avatar SuperLee0 commented on August 15, 2024

@choasup have you solve the problem(error using caffe)?

from rcnn.

choasup avatar choasup commented on August 15, 2024

I have solved it, I used the caffe-rc2. Thanks.

在 2016-06-01 10:57:44,SuperLee0 [email protected] 写道:

@choasup have you solve the problem(error using caffe)?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

from rcnn.

cschuaa avatar cschuaa commented on August 15, 2024

how do i download caffe-rc2 ? https://github.com/BVLC/caffe/releases only shows rc3.

anyone have a video to make caffe matlab windows work ? this thing is driving me insane

from rcnn.

cschuaa avatar cschuaa commented on August 15, 2024

i trying to run classification_demo

from rcnn.

IGOJUNGOLIU avatar IGOJUNGOLIU commented on August 15, 2024

@choasup HI I encountered the same problem,I cannot solve it.Can you tell me how to solve it?Thanks.

from rcnn.

dorioliu avatar dorioliu commented on August 15, 2024

HI,did you solved this problem : Undefined function 'caffe' for input arguments of type 'char'. thanks!

from rcnn.

Related Issues (20)

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.