nihui

Results 477 comments of nihui

yolov8 example https://github.com/Tencent/ncnn/pull/5506

hi, yolov8 examples are updated with full support for detection, segmentation, classification, pose estimation and obb https://github.com/Tencent/ncnn/tree/master/examples android demo https://github.com/nihui/ncnn-android-yolov8 detailed instruction (zh) https://zhuanlan.zhihu.com/p/16030630352

针对onnx模型转换的各种问题,推荐使用最新的pnnx工具转换到ncnn In view of various problems in onnx model conversion, it is recommended to use the latest pnnx tool to convert your model to ncnn ```shell pip install pnnx pnnx...

see https://github.com/Tencent/ncnn/issues/2568 use high level api

fixed in https://github.com/Tencent/ncnn/commit/8105c75120f4f3a996395f21323e0578d65664dc 感谢报告