先定义接口类:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;namespace 异常
{internal interface ILog{Task WriteErrorLog(string message);Task WriteInfoLog(string message);Task W…
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…