上一页 1 2 3 4 5 6 ··· 20 下一页
摘要: 1. 下载对应版本的驱动 https://www.nvidia.com/Download/index.aspx?lang=en-us 2. 卸载已有驱动 sudo sh NVIDIA-Linux-x86_64-390.116.run --uninstall或sudo /usr/bin/nvidia- 阅读全文
posted @ 2020-04-14 17:48 BlueOceans 阅读(15430) 评论(0) 推荐(0) 编辑
摘要: 简单例子 https://github.com/siriusdemon/Build-Your-Own-Face-Model/tree/master/recognition 遮挡情况下,附数据集 http://www.escience.cn/people/geshiming/mafa.html 阅读全文
posted @ 2020-02-19 17:07 BlueOceans 阅读(231) 评论(1) 推荐(0) 编辑
摘要: ffmpeg -i D14.dav -vcodec copy -acodec copy D14.mp4 阅读全文
posted @ 2020-02-17 17:02 BlueOceans 阅读(1293) 评论(0) 推荐(0) 编辑
摘要: opencvcall.cpp #include <opencv2/opencv.hpp> using namespace cv; extern "C" { void test(int height, int width, int channel, uchar* frame_data) { int c 阅读全文
posted @ 2020-02-06 12:58 BlueOceans 阅读(961) 评论(0) 推荐(0) 编辑
摘要: valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --undef-value-errors=no --log-file=log ./可执行文件名 阅读全文
posted @ 2020-02-04 15:08 BlueOceans 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1. 轻量化网络 参考: https://zhuanlan.zhihu.com/p/35405071 Mobilenet v1核心是把卷积拆分为Depthwise+Pointwise两部分。 图5 为了解释Mobilenet,假设有 的输入,同时有 个 的卷积。如果设置 且 ,那么普通卷积输出为 , 阅读全文
posted @ 2019-11-29 16:45 BlueOceans 阅读(1383) 评论(0) 推荐(0) 编辑
摘要: https://www.ncnynl.com/archives/201802/2295.html 阅读全文
posted @ 2019-11-27 14:09 BlueOceans 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 一、算法详解 二、代码解析(pytorch版) 训练代码:https://blog.csdn.net/u014380165/article/details/79058147 测试代码:https://blog.csdn.net/u014380165/article/details/79058381 阅读全文
posted @ 2019-11-21 11:46 BlueOceans 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 1. 混淆矩阵 阅读全文
posted @ 2019-11-21 11:42 BlueOceans 阅读(216) 评论(0) 推荐(0) 编辑
摘要: TSM: Temporal Shift Module for Efficient Video Understanding https://github.com/mit-han-lab/temporal-shift-module https://github.com/jinwchoi/awesome- 阅读全文
posted @ 2019-11-15 17:50 BlueOceans 阅读(559) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 20 下一页