Tensorrt operators docs:
Activation
Apply an activation function on an input tensor A and produce an output tensor B with the same dimensions.
import numpy as np
from cuda import cudart
import tensorrt as trt
# 输入张量 NCHW
nIn, cIn, hIn, wI…
taskset简介 # taskset Usage: taskset [options] [mask | cpu-list] [pid|cmd [args...]] Show or change the CPU affinity of a process.
Options: -a, --all-tasks operate on all the tasks (threads) for a given pid -p, --pid operate on ex…
激光雷达的分类: 机械式Lidar:TOF、N个独立激光单元、旋转产生360度视场 MEMS式Lidar:不旋转 激光雷达的输出是点云,点云数据特点: 简单:x y z i (i为信号强度) 稀疏:7%&…