chenyilun95 / DSGN2

DSGN++: Exploiting Visual-Spatial Relation for Stereo-based 3D Detectors (T-PAMI 2022)
Apache License 2.0
81 stars 8 forks source link

version of spconv #3

Closed shuxiusuxiu closed 2 years ago

shuxiusuxiu commented 2 years ago

Hi! I met a problem when executing python -m pcdet.datasets.kitti.lidar_kitti_dataset create_kitti_infos it raised a error ImportError: cannot import name 'VoxelGenerator' from 'spconv.utils' i guess maybe the version matters

shuxiusuxiu commented 2 years ago

i solve the problem. spconv=1.2.0 does work for me.