opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
75.69k stars 55.61k forks source link

Perf tests for SVD and solve() created #25450

Closed savuor closed 5 days ago

savuor commented 2 weeks ago

fixes #25336

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

asmorkalov commented 1 week ago

@vpisarev @opencv-alalek Could you take a look current state? The performance test makes iterations on different input for solve/SVD, but not the same parameters each time. Is it allowed behaviour of the test? Each iteration of performance test has different behaviour internally and the test may not converge in sense of statistics distribution.