上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: https://blog.csdn.net/u011681952/article/details/81985559 阅读全文
posted @ 2019-06-24 16:32 BlueOceans 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(5576) 评论(0) 推荐(0) 编辑
摘要: 取消 恢复 阅读全文
posted @ 2019-06-15 21:17 BlueOceans 阅读(2320) 评论(0) 推荐(1) 编辑
摘要: Ordinal Regression with Multiple Output CNN https://blog.csdn.net/u013841196/article/details/81460498 阅读全文
posted @ 2019-05-31 20:28 BlueOceans 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 方法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 阅读(2064) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/a20d5a7ed6f3 阅读全文
posted @ 2019-05-15 10:50 BlueOceans 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(21777) 评论(0) 推荐(0) 编辑
摘要: 步骤 1. 按照官网的Option1安装步骤安装 https://github.com/facebookresearch/maskrcnn-benchmark/blob/master/INSTALL.md 注意:编译cocoApi会遇到-Wno-cpp相关的错误,直接将 cocoapi\Python 阅读全文
posted @ 2019-05-10 17:45 BlueOceans 阅读(1417) 评论(0) 推荐(0) 编辑
摘要: 数据集 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 阅读(1113) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页