nihui

Results 477 comments of nihui

如果你的实现和标准 opencv findHomography 行为保持一致,欢迎 pull request

用patch管理是为了能同步上游opencv发布版本

move to https://github.com/nihui/opencv-mobile/pull/181

Please update the latest ncnn to optimize the memory usage during gpu inference

In ncnn project, we implement a minimal openmp runtime for webassembly target https://github.com/Tencent/ncnn/blob/master/src/simpleomp.cpp It only works for ``` #pragma omp parallel for num_threads(N) ```

add simpleomp source to your project and compile with -fopenmp

onnx2ncnn 实际上不支持 3d conv 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...

https://github.com/Tencent/ncnn/pull/5642 因为上游 xtheadvector 还有问题,等待上游修复