A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,).
Other
1.33k
stars
236
forks
source link
why not use TensorRT for LidarBackbone model in CUDA-BEVFusion? #285
Hello,
In CUDA-BEVFusion, LiDAR Backbone uses ONNX format files (lidar.backbone.xyz.onnx).
Is there any reason why the TensorRT transformation is not performed as in other models (e.g. camera.backbone.onnx)?
Hello, In CUDA-BEVFusion, LiDAR Backbone uses ONNX format files (lidar.backbone.xyz.onnx). Is there any reason why the TensorRT transformation is not performed as in other models (e.g. camera.backbone.onnx)?