• 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
..
face_detector Loading commit data...
CMakeLists.txt Loading commit data...
README.md Loading commit data...
classification.cpp Loading commit data...
classification.py Loading commit data...
colorization.cpp Loading commit data...
colorization.py Loading commit data...
custom_layers.hpp Loading commit data...
edge_detection.py Loading commit data...
fast_neural_style.py Loading commit data...
js_face_recognition.html Loading commit data...
mobilenet_ssd_accuracy.py Loading commit data...
object_detection.cpp Loading commit data...
object_detection.py Loading commit data...
openpose.cpp Loading commit data...
openpose.py Loading commit data...
segmentation.cpp Loading commit data...
segmentation.py Loading commit data...
shrink_tf_graph_weights.py Loading commit data...
text_detection.cpp Loading commit data...
tf_text_graph_faster_rcnn.py Loading commit data...
tf_text_graph_ssd.py Loading commit data...