3D点云做detection的一篇milestone paper。经典的two-stage方法(region proposal-based method)。思路来自于经典的faster rcnn。 整个模型如下图 图一. 整体模型 3D Point Cloud Representation 这篇文章 ...
分类:
Web程序 时间:
2020-01-19 12:57:44
阅读次数:
185
实验地址:http://web-labs.rinue.top/sqli-labs/Less-1/ 0x01 手工注入 首先打开网址,打开这样一个界面: 根据提示 Please input the ID as parameter with numeric value请输入ID作为带数值的参数 在地址栏 ...
分类:
数据库 时间:
2020-01-18 21:28:27
阅读次数:
126
B 给定一个数列,每次操作选择一个偶数cc,把所有与cc相同的数都除以22,重复此类操作,直到所有数都变为奇数,问最小的操作次数。 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int maxn=2e ...
分类:
其他好文 时间:
2020-01-18 21:20:37
阅读次数:
84
题目地址:http://web-labs.rinue.top/sqli-labs/Less-2 方法一:SQLmap sqlmap -u "http://web-labs.rinue.top/sqli-labs/Less-2/?id=1" --dbms=mysql --batch Parameter ...
分类:
数据库 时间:
2020-01-18 21:15:49
阅读次数:
96
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2020-01-17 21:13:06
阅读次数:
93
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2020-01-17 20:50:35
阅读次数:
68
HyPer也是内存数据库 传统数据库基本都是TP,后续出现BI的需求,即AP的需求,传统数据库满足不了 所以出现了数仓,但是需要ETL把TP的数据同步到数仓中,进行AP 哪怕基于列存的实时数仓,也要针对Tp和AP用不同的存储引擎 总之如果要用一套数据结构和系统同时支持TP和AP,之前是没有能做到的 ...
分类:
数据库 时间:
2020-01-17 20:48:20
阅读次数:
92
安全性:误操作,认为破坏,数据泄露等 数据隔离:不同的权限能看到及操作不同的数据 明确的职责:运营,客服等不同角色,leader和dev等不同级别。 权限管理核心: 用户-权限:人员少,功能固定,或者特别简单的系统 RBAC(Role-Based Access Control) 用户-角色-权限,都 ...
分类:
其他好文 时间:
2020-01-15 22:54:36
阅读次数:
112
参考:https://github.com/vandit15/Class-balanced-loss-pytorch 其中的class_balanced_loss.py: import numpy as np import torch import torch.nn.functional as F ...
分类:
其他好文 时间:
2020-01-15 19:13:33
阅读次数:
96
一、环境设置Jenkins配置基于角色的项目权限管理需要安装插件Role-Based Strategy。新建一个账户名为test的用户作为测试账号,并确保可以成功登陆,后面用于测试。 1.安装插件进入系统管理 -> 插件管理 --> 点击可选插件 --> 然后在过滤中输入role回车 --> 选中出 ...
分类:
其他好文 时间:
2020-01-15 11:27:38
阅读次数:
79