1
0
forked from HQU-gxy/CVTH3PE

chore: unicode

This commit is contained in:
2025-04-27 18:12:09 +08:00
parent d9aaa96d0a
commit a31f609133

View File

@ -465,7 +465,7 @@ def triangulate_points_from_multiple_views_linear(
else:
conf = jnp.sqrt(jnp.clip(confidences, 0.0, 1.0))
# vectorize your onepoint routine over P
# vectorize your one-point routine over P
vmap_triangulate = jax.vmap(
triangulate_one_point_from_multiple_views_linear,
in_axes=(None, 1, 1), # proj_matrices static, map over points[:,p,:], conf[:,p]