Open mlxgzx opened 11 months ago
Hi, you need to generate new pkl with your own data. For nuScenes, we generate pkl by 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.
I have generate gt_xxx.npy with process_your_own_data.py, if we generate pkl data with nuscenes create_data.py, how to invovle the gt.npy in pkl files?
To train a new model with my own data, what else do I need other than the gt_occupancy obtain from process_your_own_data.py??