@@ -49,51 +49,51 @@ Most of my time now is focused on **LLM/VLM** Inference. Please check 📖[Aweso
49
49
50
50
### 📒 CV移动端/服务端推理部署/C++/算法/技术随笔 (本人作者)
51
51
52
- - [[ 推理部署] ⚡️覆盖云边端,FastDeploy三行代码搞定150+ CV、NLP、Speech模型部署 ] ( https://zhuanlan.zhihu.com/p/581326442 )
53
- - [[ 推理部署] 💡如何在lite.ai.toolkit(3.5k +🔥stars)中增加您的模型?] ( https://zhuanlan.zhihu.com/p/523876625 )
52
+ - [[ 推理部署] ⚡️覆盖云边端,FastDeploy三行代码搞定150+ CV、NLP模型部署 ] ( https://zhuanlan.zhihu.com/p/581326442 )
53
+ - [[ 推理部署] 💡如何在lite.ai.toolkit(3.6k +🔥stars)中增加您的模型?] ( https://zhuanlan.zhihu.com/p/523876625 )
54
54
- [[ 推理部署] 🤓凑个热闹之 美团 YOLOv6 ORT/MNN/TNN/NCNN C++推理部署] ( https://zhuanlan.zhihu.com/p/533643238 )
55
55
- [[ 推理部署] 🌔ONNX推理加速技术文档-杂记] ( https://zhuanlan.zhihu.com/p/524023964 )
56
56
- [[ 推理部署] 👉Mac源码编译TensorFlow C++指北] ( https://zhuanlan.zhihu.com/p/524013615 )
57
- - [[ 推理部署] 👿1Mb!头部姿态估计: FSANet,一个小而美的模型(含ORT/MNN C ++实现)] ( https://zhuanlan.zhihu.com/p/447364201 )
57
+ - [[ 推理部署] 👿1Mb!头部姿态估计: FSANet,一个小而美的模型(含C ++实现)] ( https://zhuanlan.zhihu.com/p/447364201 )
58
58
- [[ 推理部署] 🤓opencv+ffmpeg编译打包全解指南] ( https://zhuanlan.zhihu.com/p/472115312 )
59
- - [[ 推理部署] 🔧填坑: RobustVideoMatting(5k+🔥star)视频抠图静态ONNX模型转换 ] ( https://zhuanlan.zhihu.com/p/459088407 )
59
+ - [[ 推理部署] 🔧填坑: RobustVideoMatting视频抠图静态ONNX模型转换 ] ( https://zhuanlan.zhihu.com/p/459088407 )
60
60
- [[ 推理部署] 🔥190Kb!SSRNet年龄检测详细解读(含C++工程)] ( https://zhuanlan.zhihu.com/p/462762797 )
61
61
- [[ 推理部署] 🔥MGMatting(CVPR2021)人像抠图C++应用记录] ( https://zhuanlan.zhihu.com/p/464732042 )
62
- - [[ 推理部署] 🍅🍅 超准确人脸检测(带关键点)YOLO5Face C++工程详细记录] ( https://zhuanlan.zhihu.com/p/461878005 )
62
+ - [[ 推理部署] 🍅超准确人脸检测(带关键点)YOLO5Face C++工程详细记录] ( https://zhuanlan.zhihu.com/p/461878005 )
63
63
- [[ 推理部署] 👋解决: ONNXRuntime(Python) GPU 部署配置记录] ( https://zhuanlan.zhihu.com/p/457484536 )
64
64
- [[ 推理部署] 🍅记录SCRFD(CVPR2021)人脸检测C++工程化(含docker镜像)] ( https://zhuanlan.zhihu.com/p/455165568 )
65
65
- [[ 推理部署] 👋野路子:记录一个解决onnx转ncnn时op不支持的trick] ( https://zhuanlan.zhihu.com/p/451446147 )
66
- - [[ 推理部署] 🔥升级版NanoDet-Plus MNN/TNN/NCNN/ONNXRuntime C++工程记录] ( https://zhuanlan.zhihu.com/p/450586647 )
67
- - [[ 推理部署] 📒超有用NCNN参考资料整理] ( https://zhuanlan.zhihu.com/p/449765328 )
68
- - [[ 推理部署] 📒超有用MNN参考资料整理] ( https://zhuanlan.zhihu.com/p/449761992 )
69
- - [[ 推理部署] 📒超有用TNN参考资料整理] ( https://zhuanlan.zhihu.com/p/449769615 )
70
- - [[ 推理部署] 📒超有用ONNX参考资料整理] ( https://zhuanlan.zhihu.com/p/449773663 )
71
- - [[ 推理部署] 📒超有用ONNX模型结构参考资料整理] ( https://zhuanlan.zhihu.com/p/449775926 )
72
- - [[ 推理部署] 📒超有用OpenCV-DNN参考资料整理] ( https://zhuanlan.zhihu.com/p/449778377 )
73
- - [[ 推理部署] 📒超有用Tensorflow C++工程化知识点] ( https://zhuanlan.zhihu.com/p/449788027 )
74
- - [[ 推理部署] 📒深度学习模型转换资料整理] ( https://zhuanlan.zhihu.com/p/449759361 )
75
- - [[ 推理部署] 🔥🔥超轻量级NanoDet MNN/TNN/NCNN/ONNXRuntime C++工程记录] ( https://zhuanlan.zhihu.com/p/443419387 )
76
- - [[ 推理部署] 🔥详细记录MGMatting之MNN、TNN和ONNXRuntime C++移植(长文警告!)] ( https://zhuanlan.zhihu.com/p/442949027 )
66
+ - [[ 推理部署] 🔥升级版NanoDet-Plus MNN/TNN/NCNN/ORT C++工程记录] ( https://zhuanlan.zhihu.com/p/450586647 )
67
+ - [[ 推理部署] 🔥超轻量级NanoDet MNN/TNN/NCNN/ORT C++工程记录] ( https://zhuanlan.zhihu.com/p/443419387 )
68
+ - [[ 推理部署] 🔥详细记录MGMatting之MNN、TNN和ORT C++移植(长文警告!)] ( https://zhuanlan.zhihu.com/p/442949027 )
77
69
- [[ 推理部署] 🔥YOLOX NCNN/MNN/TNN/ONNXRuntime C++工程简记] ( https://zhuanlan.zhihu.com/p/447364122 )
78
- - [[ 推理部署] 🔥手动修改YoloX的tnnproto记录-TNN C++ ] ( https://zhuanlan.zhihu.com/p/425668734 )
79
- - [[ 推理部署] 🔥🔥🔥 全网最详细 ONNXRuntime C++/Java/Python 资料!] ( https://zhuanlan.zhihu.com/p/414317269 )
80
- - [[ 推理部署] 🔥RobustVideoMatting🔥2021 ONNXRuntime C++工程化记录-实现篇] ( https://zhuanlan.zhihu.com/p/413280488 )
81
- - [[ 推理部署] 🔥RobustVideoMatting🔥2021最新视频抠图来了! C++ 工程化记录-应用篇] ( https://zhuanlan.zhihu.com/p/412491918 )
70
+ - [[ 推理部署] 🔥手动修改YoloX的tnnproto记录-TNN] ( https://zhuanlan.zhihu.com/p/425668734 )
71
+ - [[ 推理部署] 🔥全网最详细 ONNXRuntime C++/Java/Python 资料!] ( https://zhuanlan.zhihu.com/p/414317269 )
72
+ - [[ 推理部署] 🔥RobustVideoMatting🔥: C++工程化记录-实现篇] ( https://zhuanlan.zhihu.com/p/413280488 )
73
+ - [[ 推理部署] 🔥RobustVideoMatting🔥: C++工程化记录-应用篇] ( https://zhuanlan.zhihu.com/p/412491918 )
82
74
- [[ 推理部署] 💡ONNXRuntime C++ CMake 工程分析及编译] ( https://zhuanlan.zhihu.com/p/411887386 )
83
75
- [[ 推理部署] 🤓如何使用ONNXRuntime C++ API处理NCHW和NHWC输入?] ( https://zhuanlan.zhihu.com/p/524230808 )
84
76
- [[ 推理部署] 💡tnn-convert搭建简记-YOLOP转TNN] ( https://zhuanlan.zhihu.com/p/431418709 )
85
77
- [[ 推理部署] 💡YOLOP ONNXRuntime C++工程化记录] ( https://zhuanlan.zhihu.com/p/411651933 )
78
+ - [[ 推理部署] [ NCNN ] 📒超有用NCNN参考资料整理] ( https://zhuanlan.zhihu.com/p/449765328 )
79
+ - [[ 推理部署] [ MNN ] 📒超有用MNN参考资料整理] ( https://zhuanlan.zhihu.com/p/449761992 )
80
+ - [[ 推理部署] [ TNN ] 📒超有用TNN参考资料整理] ( https://zhuanlan.zhihu.com/p/449769615 )
81
+ - [[ 推理部署] [ ONNX ] 📒超有用ONNX参考资料整理] ( https://zhuanlan.zhihu.com/p/449773663 )
82
+ - [[ 推理部署] [ ONNX ] 📒超有用ONNX模型结构参考资料整理] ( https://zhuanlan.zhihu.com/p/449775926 )
83
+ - [[ 推理部署] [ OpenCV-DNN ] 📒超有用OpenCV-DNN参考资料整理] ( https://zhuanlan.zhihu.com/p/449778377 )
84
+ - [[ 推理部署] [ Tensorflow ] 📒超有用Tensorflow C++工程化知识点] ( https://zhuanlan.zhihu.com/p/449788027 )
85
+ - [[ 推理部署] [ 模型转换 ] 📒深度学习模型转换资料整理] ( https://zhuanlan.zhihu.com/p/449759361 )
86
86
- [[ 技术随笔] [ C++ ] [ CMake] 👋超有用CMake参考资料整理] ( https://zhuanlan.zhihu.com/p/449779892 )
87
87
- [[ 技术随笔] [ C++ ] [ 3W字] 💡静态链接和静态库实践指北-原理篇] ( https://zhuanlan.zhihu.com/p/595527528 )
88
88
- [[ 技术随笔] [ C++ ] 🤓Mac下C++内存检查指北(Valgrind VS Asan)] ( https://zhuanlan.zhihu.com/p/508470880 )
89
89
- [[ 技术随笔] 🔥torchlm: 人脸关键点检测库] ( https://zhuanlan.zhihu.com/p/467211561 )
90
- - [[ 技术随笔] 📒200页PDF笔记: 《统计学习方法-李航: 笔记-从原理到实现-基于R》] ( https://zhuanlan.zhihu.com/p/684885595 )
90
+ - [[ 技术随笔] 📒200页PDF: 《统计学习方法-李航: 笔记-从原理到实现-基于R》] ( https://zhuanlan.zhihu.com/p/684885595 )
91
91
- [[ 技术随笔] 💡如何优雅地git clone和git submodule?] ( https://zhuanlan.zhihu.com/p/639136221 )
92
92
- [[ 技术随笔] 📒人脸重建3D参考资料整理] ( https://zhuanlan.zhihu.com/p/524034741 )
93
93
- [[ 技术随笔] 📒BlendShapes参考资料整理] ( https://zhuanlan.zhihu.com/p/524036145 )
94
94
- [[ 技术随笔] 🛠🛠从源码安装Pytorch3D详细记录及学习资料] ( https://zhuanlan.zhihu.com/p/512347464 )
95
95
- [[ 技术随笔] 🍅🍅200页:《统计学习方法:李航》笔记 -从原理到实现] ( https://zhuanlan.zhihu.com/p/461520847 )
96
-
96
+
97
97
### 📒 CUTLASS/CuTe/Tensor Cores等文章推荐 (其他作者)
98
98
99
99
- [[ cute系列详解] [ 入门 ] 📖cutlass cute 101(@朱小霖)] ( https://zhuanlan.zhihu.com/p/660379052 )
0 commit comments