Skip to content

Commit 419b532

Browse files
author
Alexander Gorban
committed
Fix latex equation in the PEM doc.
1 parent 7275bc1 commit 419b532

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/pose_estimation_metric.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ $$\textbf{PEM}(Y,\hat{Y}) = \frac{\sum_{i\in M}\left\|y_{i} -
7878

7979
where $M$ - a set of indices of matched keypoints, $U$ - a set of indices of
8080
unmatched keypoints (ground truth keypoints without matching predicted keypoints
81-
or predicted keypoints for unmatched objects); Sets $$Y= \left\{y_i\right\}_{i
82-
\in M}$ and $\hat{Y} = \left\{\hat{y}_i\right\}_{i \in M}$$ are ground truth
83-
and predicted 3D coordinates of keypoints; $C=0.25$ - a constant penalty for
84-
an unmatched keypoint.
81+
or predicted keypoints for unmatched objects); Sets
82+
$`Y = \left\lbrace y_i\right\rbrace_{i \in M}`$
83+
and
84+
$`\hat{Y} = \left\lbrace\hat{y}_i\right\rbrace_{i \in M}`$
85+
are ground truth and predicted 3D coordinates of keypoints; $C=0.25$ - a
86+
constant penalty for an unmatched keypoint.
8587

8688

8789
## Object Matching Algorithm
@@ -165,4 +167,4 @@ responsible for removing duplicate detections.
165167
NOTE: The WOD library also implements the [`CppMatcher`](src/waymo_open_dataset/metrics/python/keypoint_metrics.py)
166168
which maximizes total Intersection over Union (IoU) between predicted and ground
167169
truth boxes. However, this matcher requires all predictions to have bounding
168-
boxes and is provided only as a reference.
170+
boxes and is provided only as a reference.

0 commit comments

Comments
 (0)