上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页
摘要: cmake中使用emscripten 阅读全文
posted @ 2022-01-01 19:29 kuaqi 阅读(124) 评论(0) 推荐(0)
摘要: 来源:https://emscripten.org/docs/getting_started/Tutorial.html 1、安装 (1)安装 # Get the emsdk repo git clone https://github.com/emscripten-core/emsdk.git # 阅读全文
posted @ 2022-01-01 19:28 kuaqi 阅读(483) 评论(0) 推荐(0)
摘要: 来源:https://zhuanlan.zhihu.com/p/372332267 代码链接:https://github.com/nihui/ncnn-webassembly-scrfd 1、安装 emsripten git clone https://github.com/emscripten- 阅读全文
posted @ 2021-12-31 20:59 kuaqi 阅读(269) 评论(0) 推荐(0)
摘要: 说明:mingw时32位,mingw-w64是64位 1 下载链接: https://www.mingw-w64.org/downloads/#mingw-builds 2 安装选择: (1)安装详细过程:这个链接上有,不过对Threads选项说明并不正确。https://zhuanlan.zhih 阅读全文
posted @ 2021-12-31 19:16 kuaqi 阅读(329) 评论(0) 推荐(0)
摘要: https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html 1 定义模型 跟一般模型定义并无区别,需要torch_model.eval()或者torch_model.train(False)将模型转换为推 阅读全文
posted @ 2021-12-30 16:17 kuaqi 阅读(1041) 评论(0) 推荐(0)
摘要: python2.7对应的opencv版本低于opencv3.2 阅读全文
posted @ 2021-12-12 17:15 kuaqi 阅读(109) 评论(0) 推荐(0)
摘要: 1、特征脸法(eigenface) 特征脸技术是近期发展起来的用于人脸或一般性刚体以及其他涉及人脸处理的一种方法。 使用特征脸进行人脸识别的方法首先由 Sirovich 和 Kirby(1987)提出(《Lowdimensional procedure for the characterizatio 阅读全文
posted @ 2021-12-08 15:27 kuaqi 阅读(431) 评论(0) 推荐(0)
摘要: 1、人脸识别的认识 作者:中软高科链接:https://www.zhihu.com/question/26434245/answer/242126185来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 支持向量机是在高维空间找一个最优分隔平面来进行分类的一种方法。人脸图 阅读全文
posted @ 2021-12-08 14:30 kuaqi 阅读(36) 评论(0) 推荐(0)
摘要: https://www.runoob.com/js/js-let-const.html ES2015(ES6)新增了两个重要的JavaScript关键字:let和const。 在ES6之前,javascript只有两种作用阈:全局变量和函数内的局部变量; 现在新增了let:let声明的变量只在let 阅读全文
posted @ 2021-12-07 15:06 kuaqi 阅读(54) 评论(0) 推荐(0)
摘要: Vue属性:el、data、computed、mounted、route、 <script> var vm = new Vue({ el: '#app', data: { message: 'Runoob!', id: parseInt(this.$route.params.id), count: 阅读全文
posted @ 2021-12-07 14:45 kuaqi 阅读(157) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页