opencv/modules
KangJialiang 25fe85bbbb Fix yoloPostProcessing` to handle variable number of classes (nc)
Previously, the yoloPostProcessing function assumed that the number of classes (nc) was fixed at 80. This caused incorrect behavior when a different number of classes was specified, leading to mismatched output shapes.

This update modifies the code to use the provided `nc` value dynamically, ensuring that the output shapes are correctly calculated based on the specified number of classes. This prevents issues when `nc` is not equal to 80 and allows for greater flexibility in model configurations.
2024-12-12 15:41:14 +08:00
..
calib3d calib3d: fix vector access in USAC 2024-11-26 16:15:51 +03:00
core doc: upgraded for compatibility with doxygen 1.12 2024-12-09 23:08:18 +03:00
dnn Fix yoloPostProcessing` to handle variable number of classes (nc) 2024-12-12 15:41:14 +08:00
features2d C-API cleanup: use AutoBuffer in MSER 2024-10-01 18:44:22 +03:00
flann flann: remove unused hdf5 header 2024-11-14 19:44:10 +03:00
gapi Fixed missing include chrono in g-api tests. 2024-11-26 15:22:57 +03:00
highgui doc: upgraded for compatibility with doxygen 1.12 2024-12-09 23:08:18 +03:00
imgcodecs Merge pull request #25691 from redhecker:gifSupport 2024-12-07 10:17:41 +03:00
imgproc Merge pull request #26547 from mshabunin:fix-type-cast 2024-12-03 11:08:45 +03:00
java Merge pull request #26009 from alexlyulkov:al/unify-build-gradle 2024-08-21 09:24:28 +03:00
js fix: performance typo 2024-10-18 08:37:32 -03:00
ml Merge pull request #26587 from anandkaranubc:fix-nu-svc-parameter-check 2024-12-10 09:21:25 +03:00
objc Fix python re warning in gen_objc 2024-12-06 19:54:23 +08:00
objdetect objdetect: fix invalid vector access in QR encoder 2024-11-29 14:40:53 +03:00
photo Fix typo: rename 'search_widow_size' to 'search_window_size' 2024-12-08 13:41:48 +05:30
python Merge pull request #26434 from dkurt:dk/int64_file_storage_4.x 2024-11-11 14:13:33 +03:00
stitching Document some stitching methods and enable bindings for them. 2024-11-25 14:03:49 +03:00
ts build: made environment access a separate feature 2024-10-30 18:37:22 +03:00
video build: made environment access a separate feature 2024-10-30 18:37:22 +03:00
videoio videoio(test): filter unstable GStreamer tests 2024-12-06 08:12:36 +00:00
world cmake: use /INCREMENTAL:NO with MSVS 2015 2023-12-07 19:46:27 +00:00