会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BlueOceans
联系方式:dianxinshidian@126.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
20
下一页
2019年6月24日
人脸对齐算法常用评价标准
摘要: https://blog.csdn.net/u011681952/article/details/81985559
阅读全文
posted @ 2019-06-24 16:32 BlueOceans
阅读(322)
评论(0)
推荐(0)
2019年6月15日
Linux下安装opencv with-ffmpeg解决无法读取视频的问题
摘要: 1. 编译安装ffmpeg 下载源码,执行 ./configure --disable-yasm --enbale-shared --prefix=/usr/local/ffmpeg 即可。 2. 下载opencv并设置config 下载源码,并 git checkout 3.1.0,也可以是其他版
阅读全文
posted @ 2019-06-15 23:26 BlueOceans
阅读(5855)
评论(0)
推荐(0)
vim 去掉自动注释和自动回车
摘要: 取消 恢复
阅读全文
posted @ 2019-06-15 21:17 BlueOceans
阅读(2330)
评论(0)
推荐(1)
2019年5月31日
性别回归
摘要: Ordinal Regression with Multiple Output CNN https://blog.csdn.net/u013841196/article/details/81460498
阅读全文
posted @ 2019-05-31 20:28 BlueOceans
阅读(206)
评论(0)
推荐(0)
2019年5月26日
表情识别
摘要: survey 文章汇总:很全 https://github.com/EvelynFan/AWESOME-FER https://arxiv.org/pdf/1804.08348.pdf https://blog.csdn.net/z349177893/article/details/86605140
阅读全文
posted @ 2019-05-26 16:57 BlueOceans
阅读(261)
评论(0)
推荐(0)
2019年5月17日
python list按字典的key值排序
摘要: 方法1: result_list = sorted(origin_list, key=lambda e: e.__getitem__('order_key')) 方法2: import operator result_list = sorted(origin_list, key=operator.itemgetter('order_key'))
阅读全文
posted @ 2019-05-17 10:09 BlueOceans
阅读(2071)
评论(0)
推荐(0)
2019年5月15日
pytorch学习率策略
摘要: https://www.jianshu.com/p/a20d5a7ed6f3
阅读全文
posted @ 2019-05-15 10:50 BlueOceans
阅读(131)
评论(0)
推荐(0)
2019年5月13日
python将list元素转为数字
摘要: mask_x = ['11', '12', 13'] 方法1:for循环遍历 方法2:map迭代 可能出现的错误: Scrapy运行错误:ValueError: invalid literal for int() with base 10: 原因:list中出现了空格或者非数字的字符 解决:去除掉非
阅读全文
posted @ 2019-05-13 16:05 BlueOceans
阅读(21817)
评论(0)
推荐(0)
2019年5月10日
win10编译maskrcnn benchmark
摘要: 步骤 1. 按照官网的Option1安装步骤安装 https://github.com/facebookresearch/maskrcnn-benchmark/blob/master/INSTALL.md 注意:编译cocoApi会遇到-Wno-cpp相关的错误,直接将 cocoapi\Python
阅读全文
posted @ 2019-05-10 17:45 BlueOceans
阅读(1453)
评论(0)
推荐(0)
2019年5月9日
车道线检测资源
摘要: 数据集 CULane Dataset https://xingangpan.github.io/projects/CULane.html BDD100K https://bdd-data.berkeley.edu/ 代码 Spatial CNN for Traffic Lane Detection
阅读全文
posted @ 2019-05-09 12:49 BlueOceans
阅读(1122)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
20
下一页
公告