darknet2ncnn icon indicating copy to clipboard operation
darknet2ncnn copied to clipboard

Darknet2ncnn converts the darknet model to the ncnn model

Results 11 darknet2ncnn issues
Sort by recently updated
recently updated
newest added

I have two models, both of them are exactly the same. when I executed benchmark of NCNN of darknet2ncnn(exists on darknet2ncnn/ncnn/build/benchmark/) on Raspberry pi 3b, I got 150ms however with...

在ubuntu上将darknet模型成功转换为ncnn后推理成功。 现在想将ncnn模型用在arm上, $ cd ncnn $ mkdir -p build $ cd build-arm-linux-gnueabi $ cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/arm-linux-gnueabi.toolchain.cmake .. $ make -j4 $ make install 交叉编译ncnn成功了 再进行libdarknet2ncnn.a生成操作,报错: /usr/bin/ld: skipping incompatible ncnn/build/install/lib//libncnn.a when searching...

Thanks for your work! I am wondering how to compile this project in windows? Using cmake , it needs CMakeList.txt

([EfficientNetB0-Yolov3](https://github.com/AlexeyAB/darknet)) [enet-coco.cfg](https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/enet-coco.cfg)往ncnn上转换出错,应该是scale_channels层不支持,激活函数swish也不支持。这方面有什么建议吗?

请问opencv版本有要求吗

按照你的方法,转换成功了,但是当我把 .param 和 .bin 放到android工程下去加载的时候,load_param总是无法成功加载,导致奔溃,这个是怎么回事?跟可用的param文件对比,发现生成的文件有很大的不同

可以将物体识别出来,但是类别识别错了,我替换了您项目中的weights文件和cfg文件,请问还有那里是需要修改的吗?

你好: 我尝试使用vulkan进行gpu测试,发现一直找不到gpu count,但是用官方squeezenet 在手机上运行正常,我手机是Mali G76,是我darknet那个库编译的问题吗,期待你的回复

Hi @xiangweizeng, I would like to ask for your help in using your darknet2ncnn with darknet from AlexeyAB source. I have changed the `darknet/` folder with the darknet come from...