bulatko commited on
Commit
6ec6009
·
1 Parent(s): f56c6ac

fix: handle invalid depth values

Browse files
MaskClustering/utils/mask_backprojection.py CHANGED
@@ -1,4 +1,4 @@
1
- import numpy as np
2
  from pytorch3d.ops import ball_query
3
  import torch
4
  import open3d as o3d
 
1
+ import numpy as np # Numerical operations
2
  from pytorch3d.ops import ball_query
3
  import torch
4
  import open3d as o3d