Skip to content

Commit

Permalink
Add comments for understanding l2g_r_mat
Browse files Browse the repository at this point in the history
  • Loading branch information
a1600012888 authored Oct 25, 2022
1 parent f21c9e0 commit c2fde4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/track/models/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,8 @@ def forward_train(self,
of 3D boxes. Defaults to None.
l2g_r_mat (list[Tensor]). element shape [T, 3, 3]
l2g_t (list[Tensor]). element shape [T, 3]
points @ R_Mat + T
normally you should call points @ R_Mat.T + T
here, just call points @ R_mat + T
gt_bboxes_ignore (list[torch.Tensor], optional): Ground truth
2D boxes in images to be ignored. Defaults to None.
Returns:
Expand Down

0 comments on commit c2fde4e

Please sign in to comment.