Reduced whole-body fp16 degradation.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user