Skip to content

Commit

Permalink
highlight new normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nvrv authored Aug 4, 2019
1 parent 7ffead9 commit 75b0530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenge/2019_COCO_DensePose/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ where <a href="https://www.codecogs.com/eqnedit.php?latex=&space;d(\hat{p}_i,p_i
(<a href="https://www.codecogs.com/eqnedit.php?latex=p_i" target="_blank"><img src="https://latex.codecogs.com/gif.latex?p_i" title="https://www.codecogs.com/eqnedit.php?latex=p_i" /></a>)
human body surface points and
<a href="https://www.codecogs.com/eqnedit.php?latex=\kappa(p_i)" target="_blank"><img src="https://latex.codecogs.com/gif.latex?\kappa(p_i)" title="https://www.codecogs.com/eqnedit.php?latex=\kappa(p_i)" /></a>
is a per-part normalization factor, defined as the mean geodesic distance between points on the part. Please note that due to the new per-part normalization the AP numbers do not match those reported in the paper, which are obtained via fixed K = 0.255.
is a per-part normalization factor, defined as the mean geodesic distance between points on the part. **Please note that due to the new per-part normalization the AP numbers do not match those reported in the paper, which are obtained via fixed K = 0.255.**

This formulation has a limitation that it is estimated on a set of predefined
annotated points and therefore does not penalize spurious detections (false positives).
Expand Down

0 comments on commit 75b0530

Please sign in to comment.