3D点云做detection的一篇milestone paper。经典的two-stage方法(region proposal-based method)。思路来自于经典的faster rcnn。 整个模型如下图 图一. 整体模型 3D Point Cloud Representation 这篇文章 ...
分类:
Web程序 时间:
2020-01-19 12:57:44
阅读次数:
185
学而时习之,不亦悦乎! netty源码 public final class DefaultEventExecutorChooserFactory implements EventExecutorChooserFactory { public static final DefaultEventExe ...
分类:
其他好文 时间:
2020-01-19 12:35:39
阅读次数:
66
链接:https://codeforces.com/contest/1288/problem/C C. Two Arrays 题意:给定一个数n和一个数m,让构建两个数组a和b满足条件,1.数组中所有元素的取值在1~n之间,a和b数组长度是m。2. a数组是单调不递减的,b数组是单调不递增 3. 任 ...
分类:
其他好文 时间:
2020-01-19 09:24:01
阅读次数:
60
Given a binary tree, return the vertical order traversal of its nodes' values. (ie, from top to bottom, column by column). If two nodes are in the sam ...
分类:
其他好文 时间:
2020-01-19 00:06:21
阅读次数:
82
//数组解构 let arr = [1,2,3,4,5,6,7] let [one,two] = arr let [one, , ,four] = arr console.log(one,two,four) let arr = 'abcd' let [first, ,third] = arr con ...
分类:
编程语言 时间:
2020-01-19 00:03:31
阅读次数:
97
问题 G: AtCoDeer and Election Report 时间限制: 1 Sec 内存限制: 128 MB[提交] [状态] 题目描述 AtCoDeer the deer is seeing a quick report of election results on TV. Two ca ...
分类:
其他好文 时间:
2020-01-18 19:45:21
阅读次数:
120
There are two ways to locate elements;1. User uiautomatorviewer.bat under android-sdk/tools/bin 2. User appium Desktop Inspector, a. Start appium dest ...
分类:
移动开发 时间:
2020-01-18 16:57:22
阅读次数:
125
There are n cities and n?-?1 roads in the Seven Kingdoms, each road connects two cities and we can reach any city from any other by the roads. Theon a ...
分类:
其他好文 时间:
2020-01-18 16:46:11
阅读次数:
79
B. Divisors of Two Integers Recently you have received two positive integer numbers xx and y. You forgot them, but you remembered a shuffled list cont ...
分类:
其他好文 时间:
2020-01-18 14:25:38
阅读次数:
98
题目链接: "http://codeforces.com/problemset/problem/251/A" 题目描述 一条直线上有 $n$ 个点,他们的坐标分别是 $x_1,x_2, \cdots ,x_n$ 。没有两个点的坐标相同。 你可以从这些点中挑选出三个点,使得三个点的最大距离不超过 $d ...
分类:
其他好文 时间:
2020-01-18 14:21:50
阅读次数:
80