Remove print statement
This commit is contained in:
parent
2f952b9db5
commit
0bd23749f7
@ -136,8 +136,6 @@ class NextBestView(MultiViewPolicy):
|
||||
cx = self.intrinsic.cx / downsample
|
||||
cy = self.intrinsic.cy / downsample
|
||||
|
||||
print(fx)
|
||||
|
||||
# Project bbox onto the image plane to get better bounds
|
||||
T_cam_base = view.inv()
|
||||
corners = np.array([T_cam_base.apply(p) for p in self.bbox.corners]).T
|
||||
|
Loading…
x
Reference in New Issue
Block a user