caffe-windows
caffe-windows copied to clipboard
Configure Caffe in one hour for Windows users.
I have got then following error while trying to build it ``` 7>LINK : fatal error LNK1181: cannot open input file 'libcaffe.lib' 13>------ Build started: Project: upgrade_net_proto_binary, Configuration: Release x64...
If I use a single image for testing, should I add the MarginInnerProduct layer behind the deploy? what should I do? Thank you for your help in answering my doubts!
I find you define repeatly triplet_loss_layer in .src/caffe/proto。
Hi, Mr.Wang I am sorry to disturb you again. ## The web demo could be run successfully, however, when I uploaded a image , it generated errors: INFO:root:Uploaded image open...
As per the suggestions they say to add /build/X64/Release/pycaffe/caffe into site-packages of python . But I do not have any "build" folder inside caffe-windows-ms. What is the issue here Thanks...
Hi When I debug MTCNN, I found that sometims getNet12Proposal function gives out some proposals with negative value, I wonder what is the meaning of negative x or y value?...
I use protobuf3.0.0 beta-2 to comapile .but vs2017 get error like this E0289 "google::protobuf::internal::GeneratedMessageReflection::GeneratedMessageReflection" libcaffe D:\caffe\caffe-windows-ms\src\caffe\proto\caffe.pb.cc 387 E0135 class "caffe::BlobProto" "_unknown_fields_" libcaffe D:\caffe\caffe-windows-ms\src\caffe\proto\caffe.pb.cc 415 I want to know which version...
src/caffe/layers/label_specific_add.cpp:28:7: error: converting to ‘const std::vector’ from initializer list would use explicit constructor ‘std::vector::vector(std::vector::size_type, const value_type&, const allocator_type&) [with _Tp = int; _Alloc = std::allocator; std::vector::size_type = long unsigned int;...
I read the code and find that when the batch_size or so called num in this layer is bigger than 1, the top[1] is set to all zero. Does it...
编译的时候主要有两个错 第一个错,test_net.cpp的第1010行,提示错误 没有生成“object”文件 第二个错,无法打开源文件 “..\..\..\mxnet\nnvm\src\c_api\nnvm_api_error.cc”: No such file or directory 我已经把CommonSettings.props配置文件中的MXNetSupport改为false了如下:false 有谁知道是什么原因吗