sniklaus / pytorch-pwc

a reimplementation of PWC-Net in PyTorch that matches the official Caffe version
GNU General Public License v3.0
620 stars 123 forks source link

Generalization to unseen data #48

Closed NagabhushanSN95 closed 3 years ago

NagabhushanSN95 commented 3 years ago

Hi,

Thanks for this work. I was having issues setting up the official version, but yours was very simple and easy.

I'm wondering how well would this model generalize to unseen data. I tried on a couple of frames from UCF-101 dataset and the results were not great. Among the other models you've, do any of them perform better on UCF-101 dataset?

sniklaus commented 3 years ago

Thanks for giving my reimplementations a try! I am afraid that I have no knowledge/intuition how well these generalize, so you will probably just have to give it a try yourself. My apologies.