mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
Join cameras as batch
Summary: Function to join a list of cameras objects into a single batched object. FB: In the next diff I will remove the `concatenate_cameras` function in implicitron and update the callsites. Reviewed By: nikhilaravi Differential Revision: D33198209 fbshipit-source-id: 0c9f5f5df498a0def9dba756c984e6a946618158
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9e2bc3a17f
commit
39bb2ce063
@@ -250,7 +250,4 @@ class TestPixels(TestCaseMixin, unittest.TestCase):
|
||||
],
|
||||
dim=1,
|
||||
)
|
||||
|
||||
print(wanted)
|
||||
print(camera_points[batch_idx])
|
||||
self.assertClose(camera_points[batch_idx], wanted)
|
||||
|
||||
Reference in New Issue
Block a user