opencv/modules/dnn/test
Vadim Pisarevsky 0488d9bdb2 optimize out scaleLayer & concatLayer whenever possible
fixed problem in concat layer by disabling memory re-use in layers with multiple inputs

trying to fix the tests when Halide is used to run deep nets

another attempt to fix Halide tests

see if the Halide tests will pass with concat layer fusion turned off

trying to fix failures in halide tests; another try

one more experiment to make halide_concat & halide_enet tests pass

continue attempts to fix halide tests

moving on

uncomment parallel concat layer

seemingly fixed failures in Halide tests and re-enabled concat layer fusion; thanks to dkurt for the patch
2017-07-14 18:30:53 +03:00
..
cityscapes_semsegm_test_enet.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
cnpy.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
cnpy.h dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
imagenet_cls_test_alexnet.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
imagenet_cls_test_googlenet.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
imagenet_cls_test_inception.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
npy_blob.hpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
pascal_semsegm_test_fcn.py dnn: fix links 2017-07-03 12:44:27 +03:00
test_caffe_importer.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_common.hpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_googlenet.cpp another round of dnn optimization (#9011) 2017-06-28 11:15:22 +03:00
test_halide_layers.cpp optimize out scaleLayer & concatLayer whenever possible 2017-07-14 18:30:53 +03:00
test_halide_nets.cpp dnn: fix compilation of Halide tests 2017-06-29 16:36:34 +03:00
test_layers.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_main.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_precomp.hpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_tf_importer.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00
test_torch_importer.cpp dnn: move module from opencv_contrib 2017-06-26 13:41:51 +03:00