1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Nearest neighbor resize from Keras

This commit is contained in:
Dmitry Kurtaev
2018-07-04 11:53:24 +03:00
parent 9a66331984
commit 36288eebe7
2 changed files with 46 additions and 0 deletions
+1
View File
@@ -402,6 +402,7 @@ TEST(Test_TensorFlow, split)
TEST(Test_TensorFlow, resize_nearest_neighbor)
{
runTensorFlowNet("resize_nearest_neighbor");
runTensorFlowNet("keras_upsampling2d");
}
TEST(Test_TensorFlow, slice)