nihui

Results 477 comments of nihui

sorry, I have no idea, but we may learn `header_dir` from https://github.com/CocoaPods/Specs/blob/master/Specs/e/a/f/OpenCV2/4.3.0/OpenCV2.podspec.json ``` "preserve_paths": "opencv2.framework", "source_files": "opencv2.framework/Versions/A/Headers/**/*{.h,.hpp}", "public_header_files": "opencv2.framework/Versions/A/Headers/**/*{.h,.hpp}", "vendored_frameworks": "opencv2.framework", "header_dir": "opencv2", "header_mappings_dir": "opencv2.framework/Versions/A/Headers/", ```

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

``` some notes Android ndk camera is used for best efficiency Crash may happen on very old devices for lacking HAL3 camera interface All models are manually modified to accept...

If the problem persists, feel free to reopen the issue

ncnn已经支持 unfold 和 matmul,更新新版本试试

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

https://github.com/nihui/ruapu?tab=readme-ov-file#features ruapu is not intended to replace cpuinfo or the register method of obtaining information, but is a complementary detection method. The main purpose is to be used when conventional...

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

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