摘要:
一、算法介绍 KCF全称为Kernel Correlation Filter 核相关滤波算法。是在2014年由Joao F. Henriques, Rui Caseiro, Pedro Martins, and Jorge Batista提出来的,算法出来之后也算是轰动一时,这个算法不论是在跟踪效果 阅读全文
摘要:
C语言类型大小总览 编译器pack指令 #pragma pack(n)——定义n字节对齐 C++固有类型的对齐取编译器对齐与自身大小中较小的一个 32位C++默认8字节对齐。gcc编译器默认4字节对齐 static变量在静态区,sizeof均不纳入计算 在编译阶段处理,sizeof作用范围内的内容不 阅读全文
摘要:
Error no matching function for call to 'std::exception::exception(const char [15])' Error 'logic_error' was not declared in this scope 错误原因 C++在使用VS 编 阅读全文
摘要:
Difference between 'SAME' and 'VALID' padding 'SAME' padding 和 'VALID' padding 的区别 If you like ascii art: In this example: Input width = 13 Filter wid 阅读全文
摘要:
使用 RamMap 清理内存 In this post I want to introduce RamMap by Microsoft. It’s a free tool you can use to show metafile usage and find which RAM areas are 阅读全文
摘要:
【Server版本】 在Ubuntu Server版本中,因为只存有命令行模式,所以要想进行网络参数设置,只能通过修改 /etc/network/interfaces 。具体设置方法如下: (1) Ubuntu Server 修改 IP地址 打开 /etc/network/interfaces 加入 阅读全文
摘要:
try use : reseaon: sudo ifdown eno1 or sudo ifup eno1, will not work because eno1 is not explicitly defined inside /etc/network/interfaces file. So if 阅读全文
摘要:
Xfce 远程桌面Tab键设置 Use CTRL-tab instead of tab The XFCE Terminal has kidnapped the tab key for a feature of it's own, tab/windows switching. Instead the 阅读全文
摘要:
加速网络收敛——BN、LN、WN与selu 自Batch Norm出现之后,Layer Norm和Weight Norm作为Batch Norm的变体相继出现。最近又出来一个很”简单”的激活函数Selu,能够实现automatic rescale and shift。这些结构都是为了保证网络能够堆叠 阅读全文
摘要:
Alien, Engineer and Human Relationship & Timeline 异形与工程师和人类的编年史 时间线 《普罗米修斯》《异形:契约》上映后,在媒体和影迷中、口碑有一定程度的两极分化,特别是在剧情逻辑、和人物刻画方面,有不少值得商榷之处。但就科幻设定而言,该片可以说极大 阅读全文