Skip to content

Commit

Permalink
Update objdetect.cpp
Browse files Browse the repository at this point in the history
updated with @deadprogram suggestions

Co-authored-by: Ron Evans <[email protected]>
  • Loading branch information
diegohce and deadprogram authored Oct 1, 2024
1 parent 3e66d49 commit 96e889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objdetect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ FaceDetectorYN FaceDetectorYN_Create_FromBytes_WithParams(const char* framework,
for(int i = 0; i < model_size; i ++) {
bufferModelV.push_back(bmv[i]);
}
for(int i = 0; i < config_size; i ++) {
for(int i = 0; i < config_size; i ++) {
bufferConfigV.push_back(bcv[i]);
}

Expand Down

0 comments on commit 96e889a

Please sign in to comment.