Skip to content

Commit 635b9de

Browse files
committed
minor
1 parent 3c2820c commit 635b9de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/b3d/chisight/sfm/eight_point.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def in_front_count(cam0, cam1, xs_world: Point3D) -> Int:
283283
ys1 = cam1.inv()(xs_world)
284284
return jnp.sum((ys0[:,2] > 0) & (ys1[:,2] > 0))
285285

286-
287286
def find_best_chirality(cams, ys0, ys1):
288287
xss = jax.vmap(triangulate_linear_hartley, (None,0,None,None))(Pose.id(), cams, ys0, ys1)
289288
counts = jax.vmap(in_front_count, (None,0,0))(Pose.id(), cams, xss)

0 commit comments

Comments
 (0)