Reduced whole-body fp16 degradation.

This commit is contained in:
Daniel
2025-03-20 15:13:55 +01:00
parent eae208fce6
commit 6ed9326060
3 changed files with 1709 additions and 1709 deletions

View File

@ -1079,8 +1079,8 @@ namespace utils_2d_pose
std::string path_pose_m1 = base_path + "rtmpose-m_1x384x288x3_fp16_extra-steps.onnx";
std::string path_pose_mb = base_path + "rtmpose-m_Bx384x288x3_fp16_extra-steps.onnx";
std::string path_pose_w1 = base_path + "rtmpose-l_wb_1x384x288x3_extra-steps.onnx";
std::string path_pose_wb = base_path + "rtmpose-l_wb_Bx384x288x3_extra-steps.onnx";
std::string path_pose_w1 = base_path + "rtmpose-l_wb_1x384x288x3_fp16_extra-steps.onnx";
std::string path_pose_wb = base_path + "rtmpose-l_wb_Bx384x288x3_fp16_extra-steps.onnx";
this->num_joints = whole_body ? 133 : 17;
std::string path_det;