We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17b099 commit 1650c66Copy full SHA for 1650c66
modules/ts/misc/run_long.py
@@ -9,6 +9,8 @@
9
('calib3d', 'Calib3d_InitUndistortRectifyMap.accuracy', 2017.22),
10
('dnn', 'Reproducibility*', 1000), # large DNN models
11
('features2d', 'Features2d_Feature2d.no_crash', 1235.68),
12
+ ('imgcodecs', 'Imgcodecs_Png.write_big', 1000), # memory limit
13
+ ('imgcodecs', 'Imgcodecs_Tiff.decode_tile16384x16384', 1000), # memory limit
14
('ml', 'ML_RTrees.regression', 1423.47),
15
('optflow', 'DenseOpticalFlow_DeepFlow.ReferenceAccuracy', 1360.95),
16
('optflow', 'DenseOpticalFlow_DeepFlow_perf.perf/0', 1881.59),
0 commit comments