liujia99 / M3SOT

[AAAI 2024] M3SOT: Multi-frame, Multi-field, Multi-space 3D Single Object Tracking
10 stars 0 forks source link

About Visualization #4

Open newbie521 opened 1 month ago

newbie521 commented 1 month ago

Hello author, I would like to ask how the verified video was generated. I followed the steps and only generated the picture. image

liujia99 commented 1 month ago

Thank you for your interest in our work.

When executing the python visualize.py --result_dir results/kitti_car_m3sot_test/m3sot_result.json command, the open3d program is evoked. You can set a specific viewpoint for each frame, and the ‘A’ and ‘W' keys switch between front and back frames. When making videos, you can choose to record them using the ’Prtsc’ key and then convert the per-frame images to video. Or just record video while switching frames. image

newbie521 commented 1 month ago

Thank you for your interest in our work.

When executing the python visualize.py --result_dir results/kitti_car_m3sot_test/m3sot_result.json command, the open3d program is evoked. You can set a specific viewpoint for each frame, and the ‘A’ and ‘W' keys switch between front and back frames. When making videos, you can choose to record them using the ’Prtsc’ key and then convert the per-frame images to video. Or just record video while switching frames. image

Thank you for your response, it's an honor!