• David's avatar
    Added ResizeBilinear op for tf (#11050) · 7175f257
    David authored
    * Added ResizeBilinear op for tf
    
    Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param).
    
    Minor changes to tf_importer and resize layer to save some code lines
    
    Minor changes in init.cpp
    
    Minor changes in tf_importer.cpp
    
    * Replaced implementation of a custom ResizeBilinear layer to all layers
    
    * Use Mat::ptr. Replace interpolation flags
    7175f257
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...