mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-25 16:50:36 +08:00
Fix for mask_points=False
Summary: Remove unused argument `mask_points` from `get_rgbd_point_cloud` and fix `get_implicitron_sequence_pointcloud`, which assumed it was used. Reviewed By: MichaelRamamonjisoa Differential Revision: D50885848 fbshipit-source-id: c0b834764ad5ef560107bd8eab04952d000489b8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f613682551
commit
f4f2209271
@@ -26,7 +26,7 @@ def get_rgbd_point_cloud(
|
||||
depth_map: torch.Tensor,
|
||||
mask: Optional[torch.Tensor] = None,
|
||||
mask_thr: float = 0.5,
|
||||
mask_points: bool = True,
|
||||
*,
|
||||
euclidean: bool = False,
|
||||
) -> Pointclouds:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user