NVIDIA-AI-IOT / Lidar_AI_Solution

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.27k stars 224 forks source link

export spconv onnx error #269

Open aaa1233211 opened 2 months ago

aaa1233211 commented 2 months ago

When I excute "python centerpoint-export/export-scn.py --ckpt=epoch_20.pth --save-onnx=scn.nuscenes.onnx", occured "AttributeError: module 'cumm.tensorview' has no attribute 'gemm'",how to slove it?Thanks.

rXYZkit commented 1 week ago

Have you solved the problem?