Fix if condition bug

Changed elif to else
pull/116/head
triple Mu 1 year ago committed by GitHub
commit d6230a43ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      csrc/detect/normal/include/yolov8.hpp

@ -404,7 +404,7 @@ void YOLOv8::postprocess(
iou_thres,
indices
);
#elif
#else
cv::dnn::NMSBoxes(
bboxes,
scores,

Loading…
Cancel
Save