• Alexander Alekhin's avatar
    Merge pull request #16088 from alalek:dnn_eltwise_layer_different_src_channels · 5ee7abbe
    Alexander Alekhin authored
    dnn(eltwise): fix handling of different number of channels
    
    * dnn(test): reproducer for Eltwise layer issue from PR16063
    
    * dnn(eltwise): rework support for inputs with different channels
    
    * dnn(eltwise): get rid of finalize(), variableChannels
    
    * dnn(eltwise): update input sorting by number of channels
    
    - do not swap inputs if number of channels are same after truncation
    
    * dnn(test): skip "shortcut" with batch size 2 on MYRIAD targets
    5ee7abbe
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.cpp Loading commit data...
test_common.hpp Loading commit data...
test_common.impl.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_ie_models.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_onnx_importer.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_tf_importer.cpp Loading commit data...
test_torch_importer.cpp Loading commit data...