You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
The text was updated successfully, but these errors were encountered: