Skip to content

Commit c6fe6c5

Browse files
committed
use box score
1 parent 7f816e1 commit c6fe6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tracking/convert_pose_to_tracking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def load_images(image_root):
110110

111111

112112
def get_dummy_detection(keypoints, scores, bbox_ltwh):
113-
score = np.mean(scores)
113+
score = bbox_ltwh[4]
114114
return {
115115
'score': score,
116116
'bbox_ltwh': np.asarray(bbox_ltwh[:4], dtype=np.int32),

0 commit comments

Comments
 (0)