PV-RCNN
PV-RCNN: Point-Voxel Feature Set Abstraction With Local Vector Representation for 3D Object Detection 论文网址:PV-RCNN 论文代码:PV-RCNN
简读论文
这篇论文提出了两个用于3D物体检测的新框架PV-RCNN和PV-RCNN,主要的贡献如下: 提出P…
1、在/utils下新增一个名为waterMark.js的脚本
具体水印样式可以在代码里自行调节style
参数 - 水印内容, 加水印的容器, 是否显示时间
let watermark {};function getCurrentDateTime() {const now new Date();const year now.getFullYear();const month String(now.ge…