码迷,mamicode.com
首页 >  
搜索关键字:trick or treat on th    ( 4593个结果
ATSS : 目标检测的自适应正负anchor选择,很扎实的trick | CVPR 2020
论文指出one stage anchor based和center based anchor free检测算法间的差异主要来自于正负样本的选择,基于此提出ATSS(Adaptive Training Sample Selection)方法,该方法能够自动根据GT的相关统计特征选择合适的anchor ...
分类:其他好文   时间:2020-04-30 13:47:09    阅读次数:81
相关滤波的历史及发展
1、相关滤波MOOSE(ICCV 2010)是目标跟踪领域第一篇相关滤波算法,采用单通道灰度特征,在训练和检测时都没有加padding,速度:615FPS,第一次显示了相关滤波的潜力。CSK(与KCF/DCF同一作者)在MOSSE的基础上扩展了密集采样(加padding)和kernel-trick, ...
分类:其他好文   时间:2020-04-28 20:14:42    阅读次数:857
Thtmeleaf的URL
1,URL表达式 1),语法 在Thymeleaf中URL表达式语法为@{} 2),绝对路径 <a th:href="@{http://www.baidu.com}">绝对路径</a> 3),相对路径 相对于当前项目的根 <a th:href="@{/show2}"></a> 相对于服务器路径的根 ...
分类:Web程序   时间:2020-04-28 12:35:43    阅读次数:67
CF622F The Sum of the k-th Powers (拉格朗日插值)
题目: 输入n,k求$\sum_{i = 1}^{n} i^k$ 。 题解: 这个和是k+1次的多项式,我们用k+2个值就可以唯一确定这个多项式,计算f(n)即可 ...
分类:其他好文   时间:2020-04-27 13:39:51    阅读次数:102
springboot 上传下载
前端代码, 使用thymeleaf <form th:action="@{/employee/upload2}" method="post" enctype="multipart/form-data"> 姓名: <input type="text" name="lastName"> <br> 年龄: ...
分类:编程语言   时间:2020-04-27 13:38:45    阅读次数:61
常用pom依赖
thymeleaf模板头文件: xmlns:th="http://www.thymeleaf.org" <!-- thymeleaf模板 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-b ...
分类:其他好文   时间:2020-04-26 01:23:26    阅读次数:267
Thinkdiag App account, Points and Invitation code
THINKDIAG, the Smart Vehicle Diagnostic Tool Every Mechanic and Car Owner Need.Part1.Setting up your THINKDIAG device for the First-time1. Download Th ...
分类:移动开发   时间:2020-04-20 16:26:11    阅读次数:113
五子棋对弈——MCTS学习
初识AlphaZero AlphaZero能够基于强化学习实现较高技巧的棋类博弈,我看过nb网友实现的基于MCTS的五子棋模型后,惊叹不已!特此记录一下其中训练的一些方法和技巧。 MCTS MCTS是指蒙特卡洛搜索树。 蒙特卡洛搜索树没听过的话,想必你是知道蒙特卡罗模拟的。这个模拟过程就是暴力的按照 ...
分类:其他好文   时间:2020-04-18 18:59:39    阅读次数:207
自动化八:单元测试框架六
单元测试框架:unittest 单元测试框架之测试报告生成 HTMLTestRunner.py """ A TestRunner for use with the Python unit testing framework. It generates a HTML report to show th ...
分类:其他好文   时间:2020-04-17 12:47:23    阅读次数:73
thymeleaf的特殊属性赋值
在用thymeleaf时,遇到特殊属性不知道该怎么解决如下: 问题1:循环时,遇到特殊的属性,不知道怎么赋值 如:cate-id="" ,fid=""; 使用th:attr="自定义属性名称=值"即可,注意,这里一个元素上自定义的属性只能有一个,多个需要使用th:attrappend来追加,如果还是 ...
分类:其他好文   时间:2020-04-17 12:30:26    阅读次数:74
4593条   上一页 1 ... 20 21 22 23 24 ... 460 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!