caffe-yolo9000 icon indicating copy to clipboard operation
caffe-yolo9000 copied to clipboard

Build error

Open elvysborges opened this issue 6 years ago • 2 comments

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

elvysborges avatar Jul 10 '18 16:07 elvysborges

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.

choasup avatar Jul 12 '18 09:07 choasup

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;

mhsszm avatar Apr 19 '19 10:04 mhsszm