facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.7k stars 1.3k forks source link

Fixed last dimension size check so that it doesn't trivially pass. #1815

Closed kylevedder closed 3 months ago

kylevedder commented 3 months ago

Currently, it checks that the 2th dimension of p2 is the same size as the 2th dimension of p2 instead of p1.

facebook-github-bot commented 3 months ago

@bottler has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 3 months ago

@bottler merged this pull request in facebookresearch/pytorch3d@717493cb79f16e67a0d64653bbfd36558683f78b.

bottler commented 3 months ago

Thanks for the fix!