行人重识别: 1、Bag of Tricks and A Strong Baseline for Deep Person Re-identification 地址:http://103.95.217.77/openaccess.thecvf.com/content_CVPRW_2019/papers ...
分类:
其他好文 时间:
2020-02-02 11:45:20
阅读次数:
69
以下是一些关于python 集成docker 的文章,很不错 The basics Broken by default: why you should avoid most Dockerfile examplesMost Dockerfile examples you’ll find on the ...
分类:
编程语言 时间:
2020-01-30 12:46:48
阅读次数:
79
After trying debian on an old workstation, I find there are some pitfalls and tricks: 1. It is recommended to install the minimal base system (with no ...
分类:
其他好文 时间:
2020-01-24 13:13:34
阅读次数:
86
简介 Lodash是一个著名的javascript原生库,不需要引入其他第三方依赖。是一个意在提高开发者效率,提高JS原生方法性能的JS库。简单的说就是,很多方法lodash已经帮你写好了,直接调用就行,不用自己费尽心思去写了,而且可以统一方法的一致性。Lodash使用了一个简单的 _ 符号,就像J ...
分类:
其他好文 时间:
2020-01-09 13:34:06
阅读次数:
321
[TOC] 本文主要介绍在Ubuntu 18.04中从源码安装配置OpenCV,并使用一个简单的例子验证是否安装成功; 具体安装配置步骤,参考文章见:https://cv tricks.com/installation/opencv 4 1 ubuntu18 04/ 与上述链接中提供的教程不同的是: ...
分类:
系统相关 时间:
2019-12-27 23:52:09
阅读次数:
537
https://zhuanlan.zhihu.com/p/32525231 (yolo v1) https://zhuanlan.zhihu.com/p/35325884 (yolo v2, 相比较于v1,有了许多小tricks,包括BN;anchors;kmeans-prior聚类;置信度变为每个 ...
分类:
其他好文 时间:
2019-12-27 09:43:25
阅读次数:
99
01: 考察range/sort/lambda 对以下数据进行排序 原数据: [-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5] 目标数据: [0, -1, 1, -2, 2, -3, 3, -4, 4, -5, 5] 实现代码 sorted(range(-5, 6), k ...
分类:
编程语言 时间:
2019-12-13 23:52:02
阅读次数:
95
MOP tricks 开新坑,未完待续 觉得有用的话,欢迎一起讨论相互学习~ "Follow Me" Reference [1] Multiobjective Immune Algorithm with Nondominated Neighbor Based Selection Some refer ...
分类:
其他好文 时间:
2019-12-08 00:58:33
阅读次数:
138
解读Bag of Tricks for Image Classification with Convolutional Neural Networks论文 ...
分类:
Web程序 时间:
2019-12-07 14:23:53
阅读次数:
114
㈠什么是伪元素? 不同的解释: ⑴伪元素是创造关于文档语言能够指定的文档树之外的抽象。例如文档语言不能提供访问元素内容第一字或者第一行的机制。伪元素允许设计师引用它们,否则这是难以办到的。伪元素还提供样式设计师给在源文档中不存在的内容分配样式(例如::before和:after能够访问产生的内容)。 ...
分类:
其他好文 时间:
2019-10-12 01:25:45
阅读次数:
100