Hello,
I am interested in using this function to rasterize 3D point cloud of features to the features itself but the current implementation only support square feature maps. Is there any plan that you guys can support non-square image ?
I am willing to help to edit the C++ source code if possible.
As mentioned in this issue: https://github.com/facebookresearch/pytorch3d/issues/17.
We plan on adding support for non-square images in rasterization in the future
This feature is now available in PyTorch3D. Please read this note for details on how to set the (H, W) correctly for rasterizing non square images.
Most helpful comment
As mentioned in this issue: https://github.com/facebookresearch/pytorch3d/issues/17.
We plan on adding support for non-square images in rasterization in the future