这是linemod的第二篇,这一篇把训练从online learning 变成了 使用3D model, 并且对于检测结果用 3种方法: color、Pose、Depth来确保不会有false positive。感觉有种不忘初心的感觉(笑 基于linemod,是前一篇的改良 initial vers ...
分类:
其他好文 时间:
2019-02-28 21:11:35
阅读次数:
189
题意 : 给定一个长度为 $n$ 的数列 $a_i$ ,定义函数 $f(i,j)=(i j)^2+g^2(i,j)(1\le i include include using namespace std; namespace io { const int SIZE=(1 inline void gi ...
分类:
其他好文 时间:
2019-02-28 21:07:16
阅读次数:
199
GNU 2019-02-22 发布了 GCC 8.3 https://gcc.gnu.org/onlinedocs/8.3.0/ 有详细的说明 MinGW 上可用的 GCC 8.3.1 版本下载地址 [ mcfgthread 方式 需要 mcfgthread-12.dll ] https://gcc ...
分类:
其他好文 时间:
2019-02-27 01:36:33
阅读次数:
310
加载arcgis server的rest服务瓦片数据:ol.layer.Tile+ol.source.TileArcGISRest 加载arcgis online的在线瓦片数据:ol.layer.Tile+ol.source.XYZ 加载arcgis server的rest服务矢量数据:ol.lay ...
分类:
其他好文 时间:
2019-02-26 16:48:45
阅读次数:
407
1082 Read Number in Chinese (25 分) Given an integer with no more than 9 digits, you are supposed to read it in the traditional Chinese way. Output Fuf ...
分类:
其他好文 时间:
2019-02-25 00:45:41
阅读次数:
151
ou should process m queries over a set D of strings. Each query is one of three kinds: Note that you should solve the problem in online mode. It means ...
分类:
其他好文 时间:
2019-02-25 00:27:32
阅读次数:
296
对二维数组指定的键名排序,首先大家想到的是array_multisort函数,关于array_multisort的用法我之前也写了一篇废话不多言,我们看个实例: 细心的朋友会看到,键名重置了,键名从0开始,显然这可能不是我们想要的结果,那如何保持键名不变? 我们再看个示例: 这里我们也可以精简下ar ...
分类:
编程语言 时间:
2019-02-24 21:39:14
阅读次数:
242
预处理后主席树维护 首先得出最后的答案为 $\sum_{i=l}^{r}{min(right[i],r) i+1}$ step1 那么首要问题就是如何求出$right[i]$ 考虑当i j 1是上升时使区间i j是上升的 即sum[i 1]^sum[j 1] define ll long long ...
分类:
其他好文 时间:
2019-02-24 13:28:20
阅读次数:
175
1011 World Cup Betting (20 分) With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best player ...
分类:
其他好文 时间:
2019-02-24 00:18:50
阅读次数:
168
https://scut.online/p/290 一个 N 个数的取数游戏,Kaildls 和 Parco 轮流操作,每次操作从 N 个数中取一个数 y 并把他变成 y-x(满足 x | y 且x < y),无法操作的人输。 假设 Kaildls 先手且两人都是用最优策略,请问最后谁会赢? 第一次 ...
分类:
其他好文 时间:
2019-02-23 01:07:22
阅读次数:
189