support flownet2 with arbitary input size
authorzhaoyue-zephyrus <thuzhaoyue@gmail.com>
Wed, 22 Jul 2020 15:07:17 +0000 (23:07 +0800)
committerzhaoyue-zephyrus <thuzhaoyue@gmail.com>
Tue, 11 Aug 2020 16:50:58 +0000 (00:50 +0800)
commite231be86b793ffef6b70efa443a4341e35c87e15
treefba046b970dd7ee76f4857c04446fe50e0f4d811
parentfe9ff64d641be19ce38fd3c36489615704b339c2
support flownet2 with arbitary input size

revise default proto to match the filename in documentations

fix a bug

beautify python codes

fix bug

beautify codes

add test samples with larger/smaller size

remove unless code

using bytearray without creating tmp file

remove useless codes
modules/dnn/src/layers/scale_layer.cpp
modules/dnn/test/test_layers.cpp
samples/dnn/optical_flow.py