mirror of https://github.com/opencv/opencv.git
This branch and commit address an issue in the YOLO example (samples/dnn/yolo_detector.cpp) where the mean and scale parameters only affected the first channel (B) due to single-value input. The modification updates these parameters to accept multi-channel values, ensuring consistent preprocessing across all image channels.pull/26614/head
parent
1d4110884b
commit
42be822c1d
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue