dvlab-research / VoxelNeXt

VoxelNeXt: Fully Sparse VoxelNet for 3D Object Detection and Tracking (CVPR 2023)
https://arxiv.org/abs/2303.11301
Apache License 2.0
735 stars 64 forks source link

No module named 'pcdet.version' #40

Open REFRAING opened 1 year ago

REFRAING commented 1 year ago

Hi, when I do bash scripts/dist_train.sh 1 --cfg_file cfgs/nuscenes_models/cbgs_voxel0075_voxelnext.yaml, some question appear, If you can help me, very appreciate!

manxunyu commented 1 year ago

Hello, how did you solve this problem? I would like to reproduce voxelnext also encountered the same problem. Thanks!

REFRAING commented 1 year ago

Hello, how did you solve this problem? I would like to reproduce voxelnext also encountered the same problem. Thanks!

Yes, it's settled. git clone openpcdet in the VoxelNext directory

Wangzy-zoey commented 1 year ago

hello,I want to reproduce voxelnext also, but I don't know how to verify that the configuration is successful, and where to put the datasets, whether mini nuscenes can be used for testing, etc., please help, thanks!