nihui

Results 477 comments of nihui

putText 本来就不支持中文的,得用 freetype 或者更上层的 api 绘制

https://github.com/nihui/opencv-mobile/issues/127

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

https://github.com/Tencent/ncnn/pull/6397

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

https://github.com/Tencent/ncnn/pull/6397

其实 shufflechannel 优化挺难的,加油

closed for https://github.com/Tencent/ncnn/pull/6243 merged

针对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...

Yes, it's a bit wasteful here, if you'd like to improve it, pull requests are welcome