forked from HQU-gxy/CVTH3PE
chore: unicode
This commit is contained in:
@ -465,7 +465,7 @@ def triangulate_points_from_multiple_views_linear(
|
|||||||
else:
|
else:
|
||||||
conf = jnp.sqrt(jnp.clip(confidences, 0.0, 1.0))
|
conf = jnp.sqrt(jnp.clip(confidences, 0.0, 1.0))
|
||||||
|
|
||||||
# vectorize your one‐point routine over P
|
# vectorize your one-point routine over P
|
||||||
vmap_triangulate = jax.vmap(
|
vmap_triangulate = jax.vmap(
|
||||||
triangulate_one_point_from_multiple_views_linear,
|
triangulate_one_point_from_multiple_views_linear,
|
||||||
in_axes=(None, 1, 1), # proj_matrices static, map over points[:,p,:], conf[:,p]
|
in_axes=(None, 1, 1), # proj_matrices static, map over points[:,p,:], conf[:,p]
|
||||||
|
|||||||
Reference in New Issue
Block a user