From d2e8cbd844f2c4fdcbda7e627491e94b390f5892 Mon Sep 17 00:00:00 2001 From: Zelin2001 Date: Mon, 10 Feb 2025 15:28:10 +0800 Subject: [PATCH] fix - afterwards evaluation for ma models This is a supplemental fix for Commit 40465e1 invert --- deeplabcut/pose_estimation_pytorch/apis/evaluate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deeplabcut/pose_estimation_pytorch/apis/evaluate.py b/deeplabcut/pose_estimation_pytorch/apis/evaluate.py index cc8fe913c0..3a9b5dad1f 100755 --- a/deeplabcut/pose_estimation_pytorch/apis/evaluate.py +++ b/deeplabcut/pose_estimation_pytorch/apis/evaluate.py @@ -189,6 +189,7 @@ def evaluate( unique_bodypart_poses=unique_poses, unique_bodypart_gt=gt_unique_keypoints, per_keypoint_rmse=per_keypoint_evaluation, + compute_detection_rmse=False, ) if loader.model_cfg["metadata"]["with_identity"]: