Simplify transforms in point rasterizer
Summary: Update the transform step in the pointcloud rasterizer to use the `update_padded` method on `Pointclouds`. There was an inefficient step using `offset_points` which went via the packed represntation (and required unecessary additional memory). I think this was before the `update_padded` method was added to `Pointclouds`. Reviewed By: gkioxari Differential Revision: D22329166 fbshipit-source-id: 76db8a19654fb2f7807635d4f1c1729debdf3320
Showing
Please register or sign in to comment