SurroundOcc
SurroundOcc copied to clipboard
how to creat *.pkl files, or the code is close source?
Hi, you may try this command to generate pkl on your own: python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0 --canbus ./data, which is same with BEVFormer instructions.