SurroundOcc icon indicating copy to clipboard operation
SurroundOcc copied to clipboard

Training with my own data.

Open mlxgzx opened this issue 2 years ago • 2 comments

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??

mlxgzx avatar Dec 21 '23 07:12 mlxgzx

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.

weiyithu avatar Jan 12 '24 09:01 weiyithu

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?

HelloYongge avatar Jun 21 '24 09:06 HelloYongge