nihui

Results 477 comments of nihui

20240820版本也是会崩溃吗? https://github.com/Tencent/ncnn/releases/tag/20240820

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

binutils patch for linking rvv and xtheadvector objects together into single binary https://gist.github.com/nihui/91426bd047ba5542d3f2016cda84a0af

https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1732863205852/Xuantie-900-gcc-linux-6.6.0-glibc-x86_64-V3.0.1-20241120.tar.gz https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1732866280418/ReleaseNote.pdf

append compile flags `-mno-riscv-attribute -Wa,-mno-arch-attr` to gcc and it works https://gcc.gnu.org/onlinedocs/gcc/RISC-V-Options.html#index-mriscv-attribute https://gcc.gnu.org/onlinedocs/gcc/Assembler-Options.html https://man7.org/linux/man-pages/man1/as.1.html

https://github.com/XUANTIE-RV/xuantie-gnu-toolchain/issues/21

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

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