Skip to content

The scripts can generate 3D BBox tracking / bev / bev trace.

Notifications You must be signed in to change notification settings

isxulu/3DBBox_plus_BEV_VIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DBBox_plus_BEV_VIS

The scripts can generate 3D BBox tracking / bev / bev trace.

1. This script can generate 3D BBox tracking, BEV (Bird's Eye View), and BEV trace. The BEV representations are in the ego-vehicle's camera space.
  1. The script follows the KITTI standard. However, for KITTI-360, the rotation matrix C2W is not normalized and requires additional processing. To handle this, an additional --kitti360 parameter should be added to the command.

  2. To run the command:

    python visualize.py -s ${input_data} -m ${trained_model_path} --iteration ${iter} --optical --dynamic --gt_path ${gt_data}
    ```
  3. The computation of the pose loss is also included in the visualize.py - visualize_sets() section.

About

The scripts can generate 3D BBox tracking / bev / bev trace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages