参考:http://c.biancheng.net/view/2923.html mainActivity中 通过intent 传递参数 class MyClickListener implements View.OnClickListener{ @Override public void onCl ...
分类:
其他好文 时间:
2020-07-01 12:42:53
阅读次数:
53
基于区域的CNN(R-CNN) Region-based CNNs (R-CNNs) 基于区域的卷积神经网络或具有CNN特征的区域(R-CNN)是一种将深度模型应用于目标检测的开创性方法。在本节中,将讨论R-CNN及其一系列改进:Fast R-CNN[Girshick,2015]、Faster R- ...
分类:
其他好文 时间:
2020-06-30 20:50:04
阅读次数:
55
论文盘点:基于图卷积GNN的多目标跟踪算法解析 Source: PaperWeekly [1] Jiang X, Li P, Li Y, et al. Graph Neural Based End-to-end Data Association Framework for Online Multip ...
分类:
编程语言 时间:
2020-06-30 14:36:27
阅读次数:
132
//SORT1 EXEC PGM=SORT //SORTIN DD * 02CAR 2370000000000000 SMPL1 2370000000000000 SMPL2 2370000000000000 SMPL3 9201007160000000 02BIKE 237000000000000 ...
分类:
其他好文 时间:
2020-06-29 17:02:54
阅读次数:
58
Abstract 我们调查了基于光度误差的图像注册的新metric. 我们的方法结合了一个梯度的基于旋转的metric with a magnitude-dependent scaling term. 我们囊括了立体估计和视觉里程计, 展示说对于典型的视差和直接图像注册任务是有益的. 我们的实验显示 ...
分类:
其他好文 时间:
2020-06-29 11:46:47
阅读次数:
62
Maple_CM_ordUP+, Based on Maple_LCM --Copyright (c) 2018, Chu-Min LI, Mao Luo, Fan Xiao: implementing a clause minimisation approach and selects the c ...
分类:
其他好文 时间:
2020-06-29 00:42:38
阅读次数:
107
A branching heuristic for SAT solvers based on complete implication graphs Xiao, F., Li, C., Luo, M. et al. A branching heuristic for SAT solvers base ...
分类:
其他好文 时间:
2020-06-28 22:11:49
阅读次数:
63
名称: 策略模式(Strategy Pattern) 问题: The intent of the Strategy Pattern is to define a family of algorithms, encapsulate each algorithm, and make them inter ...
分类:
其他好文 时间:
2020-06-28 20:11:35
阅读次数:
55
Java HashMap is a hash table based implementation of Java’s Map interface. A Map, as you might know, is a collection of key-value pairs. It maps keys ...
分类:
编程语言 时间:
2020-06-28 15:03:46
阅读次数:
64
异步编程 .NET 提供了执行异步操作的三种模式: 基于任务的异步模式(TAP) 基于事件的异步模式(EAP) 异步编程模型(APM) 基于任务的异步模式 Task-based Asynchronous Pattern.简称TAP 该模式使用单一方法表示异步操作的开始和完成。 TAP 是在 .NET ...