-
Notifications
You must be signed in to change notification settings - Fork 36
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
deepPed_demo
makes matlab crushed
#2
Comments
This is the This is the |
It seems that the author put the wrong version of the prototxt file. Caffe v0.999 can only read the old one. The solution is to get an old version of the prototxt file of the AlexNet, delete fc8 layer and change the input dimension to 256. You can find all the information from the prototxt file provided by the author. |
@spongezhang I use caffe-rc2, and get the same problem, is it the same reason causes? or how can i do to solve it. thanks |
@SuperLee0 I'm not very familar with the rc2 version. The easiest way to check this is to check the model files in $CAFFE_ROOT/models/bvlc_alexnet directory. If the model file is the old version, you should try my solution. I think it should work. |
I have the same problem. Is anyone has the solution? |
@SuperLee0 @cstsdf see #3 . I have added the workable model file. |
@spongezhang I get the same error complaining about the text format at the beginning of this chain with the model committed to the master branch. Is your model different from what is committed to the master branch? |
@rectoyon The model is the same. The format of the model files are different. You should make it working using my prototxt file which based on the old caffe version. |
@spongezhang thanks. I had to use the same model in the rcnn/model-defs directory as well as the DeepPed directory then it worked. |
Had tough time to make caffe.v.0.999 working. Finally, RCNN Demo is working on my machine on GPU (2GB 960M). Currently working on CPU mode. Thanks GPU Error: |
If you don't have enough memory you can always reduce the batch size. It's possible to change this parameter in the prototxt file which contains the definition of the architecture. |
I work fine with
rcnn_demo
but after I download all the codes and data from yours, runningdeepPed_demo
makes matlab crushed saying "Matlab has encountered an internal problem and needs to close". My platform is Ubuntu 15.04 & Caffe v0.999 & Matlab2015b.The errors are shown as follows:
The text was updated successfully, but these errors were encountered: