https://github.com/opencv/opencv_benchmarks
https://github.com/opencv/opencv_benchmarks
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opencv/opencv_benchmarks
- Owner: opencv
- Created: 2022-06-01T13:55:24.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-22T10:06:02.000Z (over 1 year ago)
- Last Synced: 2025-01-29T13:11:24.728Z (over 1 year ago)
- Size: 66.4 KB
- Stars: 5
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## OpenCV Benchmarks
Just unit testing is not enough for many OpenCV algorithms. Quality assessment
with synthetic data and large scale dataset required.The repository is designed
to develop quality assessment tests, utilities and debugging tools for complex
OpenCV algorithms. The repository does not cover ML and DNN models accuracy.
Please, consider [Model Zoo Benchmark](https://github.com/opencv/opencv_zoo/blob/master/benchmark/README.md)
for DNN models.