simonmeister / UnFlow

UnFlow: Unsupervised Learning of Optical Flow with a Bidirectional Census Loss
MIT License
295 stars 57 forks source link

Performance on Middleburry and Sintel #14

Closed Yuliang-Zou closed 6 years ago

Yuliang-Zou commented 6 years ago

Hi, can you tell me how did you set the image size for Middleburry and Sintel evaluation? Since I notice that input size matters a lot.

simonmeister commented 6 years ago

Hi! From https://github.com/simonmeister/UnFlow/blob/master/src/eval_gui.py#L28:

Yuliang-Zou commented 6 years ago

Thanks a lot!