From a31f6091330d956f1b7c748b506fe0d550e83e3c Mon Sep 17 00:00:00 2001 From: crosstyan Date: Sun, 27 Apr 2025 18:12:09 +0800 Subject: [PATCH] chore: unicode --- playground.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground.py b/playground.py index e1a3519..e8f17f3 100644 --- a/playground.py +++ b/playground.py @@ -465,7 +465,7 @@ def triangulate_points_from_multiple_views_linear( else: 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( triangulate_one_point_from_multiple_views_linear, in_axes=(None, 1, 1), # proj_matrices static, map over points[:,p,:], conf[:,p]