nihui

Results 93 issues of nihui

``` nihui@raspberrypi:~/osd/ncnn/build/benchmark $ ./benchncnn 4 4 0 -1 1 loop_count = 4 num_threads = 4 powersave = 0 gpu_device = -1 cooling_down = 1 squeezenet min = 195.34 max =...

# ncnn贡献指南 欢迎来到开源摘星计划-ncnn贡献专栏 。ncnn已加入开源摘星计划,该计划提供奖励以鼓励你加入我们的社区:所有参与本项目贡献的开发者都可获得相应贡献积分、奖励以及被评选为年度摘星100 人的机会,活动及奖励详情请见:[开源摘星计划](https://github.com/weopenprojects/WeOpen-Star)。 📅活动时间:2022年5月-12月 ## 🌟关于 ncnn 请移驾 https://github.com/Tencent/ncnn ### **以下是项目可参与的方向:** 1. 我们列出了适合首次加入 ncnn社区的贡献者的问题、适合对项目有足够了解的贡献者的特殊 issue 挑战(参见下面的列表)以及一些社区日常任务。如果你愿意解决,请点击该 issue 并在评论区留言“WeOpen Star”(日常及其他任务无需此操作)。提交 PR 时,请同时将 PR 链接到相应的 issue。 2. 对于成功完成任意任务的贡献者,为记录你的积分以及发放奖励,请自行前往你的积分主页记录。积分记录规则详见:[关于积分](https://github.com/weopenprojects/WeOpen-Star/tree/main/earn-points.md)。 ### **在开始贡献之前:**...

help wanted

http://nezarobot.blogspot.com/2016/03/android-surfacetexture-camera2-opencv.html https://stackoverflow.com/questions/42450556/android-camera2-api-display-processed-frame-in-real-time 用 nativewindow 在 cpp 里直接画 RGBA,应该比传到 java 层画图画框高效些

python 3.11 torch-2.0.0+cpu ```python import torch import torchvision import torch.onnx model = torchvision.models.resnet18() model = model.eval() x = torch.rand(1, 3, 224, 224) torch.onnx.export(model, x, "resnet18.onnx", export_params=True, opset_version=13) from onnx2torch import...

bug

- [x] better hw whitelist report - [ ] board macro for highgui - [x] strip more gpu related code in core - [ ] dnn nms - [x] namespace...

enhancement

cv::imread / cv::imdecode - [x] jpeg on milkv-duo - [ ] jpeg on yuzuki-lizard - [x] jpeg on tinyvision cv::imwrite / cv::imencode - [ ] jpeg on milkv-duo - [...

enhancement

https://github.com/nihui/vkpeak/releases/tag/20230812 fp16-matrix value added for all `VK_KHR_cooperative_matrix` capable devices, such as rtx20+ and rdna3 It reflects the computing power of tensorcore or similar AI engine on the device At the...