xiangweizeng / darknet2ncnn

Darknet2ncnn converts the darknet model to the ncnn model
Do What The F*ck You Want To Public License
158 stars 56 forks source link

windows version #31

Closed zhaojc001 closed 4 years ago

zhaojc001 commented 4 years ago

Is the ncnn supported the windows os? I compile the ncnn,I use cmake,it appears the following error: Selecting Windows SDK version 10.0.14393.0 to target Windows 10.0.16299. Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR) CMake Warning at tools/caffe/CMakeLists.txt:12 (message): Protobuf not found, caffe model convert tool won't be built Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR) CMake Warning at tools/onnx/CMakeLists.txt:12 (message): Protobuf not found, onnx model convert tool won't be built I use the add entry,add the path,but the error is continue,please help me.

xiangweizeng commented 4 years ago

Ncnn supports windows operating system, caffe2ncnn conversion tool needs to rely on protobuf, you can close it in CMakeList.txt.

zhaojc001 commented 4 years ago

the method is effective,but i have compiled the ncnn,when i run yolov3-tiny ,using yolov3-tiny.param and yolov3-tiny.bin,it appears the following error: DarknetActivation not exists or registered. please this error is how to solve.

xiangweizeng commented 4 years ago

use the NCNN, merged darknet layers https://github.com/xiangweizeng/ncnn