• 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
text_detection.cpp 5.71 KB