hikvision-research / opera

A Unified Toolbox for Object Perception & Application
Apache License 2.0
139 stars 12 forks source link

OKS cost is computed by the normalized groud-truth keypoints #7

Closed Nickiris closed 1 year ago

Nickiris commented 1 year ago

In your hungarian_assigner.py code, the oks cost is computed by the unnormalized groud-truth keypoints. However, in your match_cost.py code, the comments in oks cost function show that the groud-truth keypoints are normalized. Is the code wrong in hungarian_assigner.py?

shidahu commented 1 year ago

Thanks for your question. The comments of OksCost function is wrong and we have revised it.