caffe-yolo9000
caffe-yolo9000 copied to clipboard
Build error
Hi Choasup, First of all, thanks for your project! Is this master branch building? I tried and could not build it. Best regards, Elvys
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.
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;