flownet2-tf icon indicating copy to clipboard operation
flownet2-tf copied to clipboard

deal with different resolution pictures as input

Open jsczzzk opened this issue 6 years ago • 5 comments

This program can only accept 512X384 resolution, other resolutions will be wrong,How to make it accept any resolution picture

jsczzzk avatar Feb 26 '18 04:02 jsczzzk

did you solve it?

ozherelkov97 avatar Jul 18 '18 16:07 ozherelkov97

I modified the antipad() in utils.py to suit the deconv

jsczzzk avatar Jul 19 '18 01:07 jsczzzk

so now it takes images of any resolution? can you give your code of antipad(), please?

ozherelkov97 avatar Jul 19 '18 12:07 ozherelkov97

No,different images are required for different antipad(),I write three kind of antipad() to suit Sintel,KITTI and Middlebury

jsczzzk avatar Jul 27 '18 07:07 jsczzzk

Ok, thank you! https://github.com/vt-vl-lab/tf_flownet2 if you are still interested in it

ozherelkov97 avatar Jul 27 '18 08:07 ozherelkov97