• rockzhan's avatar
    Merge pull request #11649 from rockzhan:dnn_dw_prelu · 1187a7fa
    rockzhan authored
    dnn: Fix output mismatch when forward dnn model contain [depthwise conv(group=1) + bn + prelu]  (#11649)
    
    * this can make sure [depthwise conv(group=1) + bn + prelu] output not shift
    
    * add TEST to show the output mismatch in [DWconv+Prelu]
    
    * fix typo
    
    * change loading image to init cvMat directly
    
    * build runtime model, without loading external model
    
    * remove whitespace
    
    * change way to create a cvmat
    
    * add bias_term, add target output
    
    * fix [dwconv + prelu] value mismatch when no optimizations
    
    * fix Test error when change output channels
    
    * add parametric test
    
    * change num_output to group value
    
    * change conv code and change test back
    1187a7fa
Name
Last commit
Last update
..
cityscapes_semsegm_test_enet.py Loading commit data...
imagenet_cls_test_alexnet.py Loading commit data...
imagenet_cls_test_googlenet.py Loading commit data...
imagenet_cls_test_inception.py Loading commit data...
npy_blob.cpp Loading commit data...
npy_blob.hpp Loading commit data...
pascal_semsegm_test_fcn.py Loading commit data...
test_backends.cpp Loading commit data...
test_caffe_importer.cpp Loading commit data...
test_common.hpp Loading commit data...
test_darknet_importer.cpp Loading commit data...
test_googlenet.cpp Loading commit data...
test_halide_layers.cpp Loading commit data...
test_layers.cpp Loading commit data...
test_main.cpp Loading commit data...
test_misc.cpp Loading commit data...
test_nms.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_tf_importer.cpp Loading commit data...
test_torch_importer.cpp Loading commit data...