submission { "meta": { "use_camera": -- Whether this submission uses camera data as an input. "use_lidar": -- Whether this submission uses lidar data as an input. "use_radar": -- Whether this submission uses radar data as an input. "use_map": -- Whether this submission uses map data as an input. "use_external": -- Whether this submission uses external data as an input. }, "results": { sample_tok..
1. Data Preprocessing https://www.nuscenes.org/nuscenes#download 에서 nuscenes raw data 다운(panoptic, all data) nuscenes_preprocess.sh raw_data_dir=1datadir2hz=2 data_dir_20hz=3 # token information python3 token_info.py --raw_data_folderraw_data_dir --data_folder datadir2hz−−mode2hzpython3tokeninfo.py−−rawdatafolderraw_data_dir --data_folder $data_dir_20hz --mode 20hz # time st..