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

Build error #20

Open
elvysborges opened this issue Jul 10, 2018 · 2 comments
Open

Build error #20

elvysborges opened this issue Jul 10, 2018 · 2 comments

Comments

@elvysborges
Copy link

Hi Choasup,
First of all, thanks for your project!
Is this master branch building? I tried and could not build it.
Best regards,
Elvys

@choasup
Copy link
Owner

choasup commented Jul 12, 2018

Sorry, I don't know what kinds of error you have met.
If it is error: RPC failed; curl 56 GnuTLS recv error(-9), you could try git config --global http.postBuffer 524288000.

Then make it like the official Caffe.

@mhsszm
Copy link

mhsszm commented Apr 19, 2019

src/caffe/layers/eval_detection_layer.cpp:328:10: error: ‘names_’ was not declared in this scope
names_.push_back(name);
^
src/caffe/layers/eval_detection_layer.cpp:329:10: error: ‘width_’ was not declared in this scope
width_.push_back(width);
^
src/caffe/layers/eval_detection_layer.cpp:330:3: error: ‘height_’ was not declared in this scope
height_.push_back(height);
^
src/caffe/layers/eval_detection_layer.cpp:335:3: error: ‘name_count_’ was not declared in this scope
name_count_ = 0;

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

3 participants