flownet2-tf
flownet2-tf copied to clipboard
deal with different resolution pictures as input
This program can only accept 512X384 resolution, other resolutions will be wrong,How to make it accept any resolution picture
did you solve it?
I modified the antipad() in utils.py to suit the deconv
so now it takes images of any resolution? can you give your code of antipad(), please?
No,different images are required for different antipad(),I write three kind of antipad() to suit Sintel,KITTI and Middlebury
Ok, thank you! https://github.com/vt-vl-lab/tf_flownet2 if you are still interested in it