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..
https://github.com/tusen-ai/SimpleTrack GitHub - tusen-ai/SimpleTrack Contribute to tusen-ai/SimpleTrack development by creating an account on GitHub. github.com Run python tools/demo.py \ --name demo \ --det_name cp \ --obj_type vehicle \ --config_path configs/waymo_configs/vc_kf_giou.yaml \ --data_folder ./demo_data/ 결과로 NPZ파일이 생성. 저장되는 정보는 다음과 같다. frame, obj_ids, bboxes, states frame : frame ..