会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BlueOceans
联系方式:dianxinshidian@126.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
20
下一页
2020年4月14日
Linux卸载并更新显卡驱动
摘要: 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
阅读(16748)
评论(0)
推荐(0)
2020年2月19日
人脸识别
摘要: 简单例子 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
阅读(244)
评论(1)
推荐(0)
2020年2月17日
dav转mp4
摘要: ffmpeg -i D14.dav -vcodec copy -acodec copy D14.mp4
阅读全文
posted @ 2020-02-17 17:02 BlueOceans
阅读(1348)
评论(0)
推荐(0)
2020年2月6日
python调用c++接口,参数为opencv读取数据
摘要: 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
阅读(1010)
评论(0)
推荐(0)
2020年2月4日
Linux下内存泄漏工具valgrind
摘要: valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --undef-value-errors=no --log-file=log ./可执行文件名
阅读全文
posted @ 2020-02-04 15:08 BlueOceans
阅读(238)
评论(0)
推荐(0)
2019年11月29日
模型轻量化
摘要: 1. 轻量化网络 参考: https://zhuanlan.zhihu.com/p/35405071 Mobilenet v1核心是把卷积拆分为Depthwise+Pointwise两部分。 图5 为了解释Mobilenet,假设有 的输入,同时有 个 的卷积。如果设置 且 ,那么普通卷积输出为 ,
阅读全文
posted @ 2019-11-29 16:45 BlueOceans
阅读(1462)
评论(0)
推荐(0)
2019年11月27日
自动驾驶车搭建
摘要: https://www.ncnynl.com/archives/201802/2295.html
阅读全文
posted @ 2019-11-27 14:09 BlueOceans
阅读(117)
评论(0)
推荐(0)
2019年11月21日
TSN(Temporal Segment Networks)
摘要: 一、算法详解 二、代码解析(pytorch版) 训练代码:https://blog.csdn.net/u014380165/article/details/79058147 测试代码:https://blog.csdn.net/u014380165/article/details/79058381
阅读全文
posted @ 2019-11-21 11:46 BlueOceans
阅读(848)
评论(0)
推荐(0)
深度学习中的基本概念——评价指标相关
摘要: 1. 混淆矩阵
阅读全文
posted @ 2019-11-21 11:42 BlueOceans
阅读(220)
评论(0)
推荐(0)
2019年11月15日
行为识别
摘要: 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
阅读(566)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
20
下一页
公告