Skip to content

Commit

Permalink
[Enhance] Update PointFusion (#791)
Browse files Browse the repository at this point in the history
* update point fusion

* remove LIDAR hardcode

* move get_proj_mat_by_coord_type to utils

* fix lint

* remove todo

* fix lint
  • Loading branch information
filaPro authored and Tai-Wang committed Sep 24, 2021
1 parent b3d4384 commit 7f61177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdet3d/models/fusion_layers/point_fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def point_sample(img_meta,
points (torch.Tensor): Nx3 point cloud in LiDAR coordinates.
proj_mat (torch.Tensor): 4x4 transformation matrix.
coord_type (str): 'DEPTH' or 'CAMERA' or 'LIDAR'.
img_scale_factor (torch.Tensor): Scale factor with shape of \
img_scale_factor (torch.Tensor): Scale factor with shape of
(w_scale, h_scale).
img_crop_offset (torch.Tensor): Crop offset used to crop
image during data augmentation with shape of (w_offset, h_offset).
Expand Down

0 comments on commit 7f61177

Please sign in to comment.