Pytorch3d: Rasterize points in non-square images

Created on 22 Jun 2020  路  2Comments  路  Source: facebookresearch/pytorch3d

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.

https://github.com/facebookresearch/pytorch3d/blob/2ea6a7d8ad219c7b0a8b557b1ddcc2bfba450875/pytorch3d/renderer/points/rasterize_points.py#L15

enhancement

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

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ldepn picture ldepn  路  3Comments

elcronos picture elcronos  路  3Comments

MarkTension picture MarkTension  路  3Comments

ruslanvasylev picture ruslanvasylev  路  3Comments

aluo-x picture aluo-x  路  3Comments