Questions about mmpose.evaluation.metrics.CocoMetric #2938
-
In the configuration file of YOLOx-Pose, we need to set the content of val_evaluator, in which val_evaluator.score_mode has three optional parameters: bbox, bbox_keypoint and bbox_rle, in which bbox means that the score of the bbox will be used as the prediction result. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This parameter specifies how the confidence score of each prediction is calculated. For more information, you can refer to mmpose/mmpose/evaluation/metrics/coco_metric.py Lines 453 to 475 in 5a3be94 |
Beta Was this translation helpful? Give feedback.
This parameter specifies how the confidence score of each prediction is calculated. For more information, you can refer to
mmpose/mmpose/evaluation/metrics/coco_metric.py
Lines 453 to 475 in 5a3be94