fix return type for bool functions

This commit is contained in:
perseusdg
2021-08-04 12:37:58 +05:30
parent bb902f5b65
commit d2ce966c46
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -167,6 +167,7 @@ bool CenternetDetection3D::init(const std::string& tensor_path, const int n_clas
faceId.push_back({2,3,7,6});
faceId.push_back({3,0,4,7});
// ([[0,1,5,4], [1,2,6, 5], [2,3,7,6], [3,0,4,7]]);
return true;
}
void CenternetDetection3D::preprocess(cv::Mat &frame, const int bi){