ncnn
ncnn copied to clipboard
有人在鸿蒙系统上使用过ncnn吗,整体加速效果怎么样
detail | 详细描述 | 詳細な説明
这个得看你使用的开发板是否调用gpu,我没有调用gpu,识别一张图片(640*480)需要0.444秒,相比于使用libtorch识别图片则需要30秒左右。
https://github.com/Tencent/ncnn/pull/5474
https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-harmonyos-with-cross-compiling
借个楼,有人在鸿蒙next系统上走通过ncnn推理流程了吗?