jiumozhi123

Results 4 issues of jiumozhi123

Hello, I preprocess nuscenes datasets by "python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0".The following error occurred: ![555](https://user-images.githubusercontent.com/8881222/209177447-71ea53a0-1dd5-4ebf-9c78-09759dbb7eb0.png) My python environment is: cuda 11.1, python 3.7.15, pytorch1.7.1,...

In README.md, virtual points samples is mentioned. And the virtual points samples is saved in Baidu cloud storage. ``` **Step 2**: Download preprocessed [virtual points samples](https://pan.baidu.com/s/1IxqcGxNCFnmSZw7Dlu3Xig?pwd=9xcb)(extraction code: 9xcb) and [sweeps](https://pan.baidu.com/s/1qUeopFHCWrr35af2MGBSnw?pwd=2eg1)(extraction...

Hi, Thanks for your open-source code, I'm trying to reappear your code. Although I complete the preprocess of nuscenes, I failed in training stage due to the unknown version of...

Hi, I try to have a inference by fusion_voxel0075_R50.pth(from Baidu cloud storage) and transfusion_nusc_voxel_L.py(base line) When I run "python tools/test.py configs/transfusion_nusc_voxel_L.py checkpoints/fusion_voxel0075_R50.pth --eval bbox", the following error occur: ![截图 2023-04-12...