ClementPinard / FlowNetTorch

Torch implementation of Fischer et al. FlowNet training code
30 stars 6 forks source link

Exellent work! Could you please provide a copy of file 'FlyingChairs_release.list' please? #2

Closed yxqlwl closed 7 years ago

yxqlwl commented 7 years ago

Exellent work! Could you please provide a copy of file 'FlyingChairs_release.list' please?

ClementPinard commented 7 years ago

Hello ! Apparently they updated their dataset, removing the list file. It's understandable, as it only listed the file like that : FlyingChairs_release/data/n_img1.ppm FlyingChairs_release/data/n_img2.ppm FlyingChairs_release/data/n_flow.flo with n going from 00001 to 22872

My dataset was outdated, so I'm preparing a commit to handle this case (should be quick)

ClementPinard commented 7 years ago

Done, and my backup list file is avalaible here if you still want to use it. let me know how it works for you!

Clément

yxqlwl commented 7 years ago

Sorry for the delay due to some problems in torch installation. It works. Thanks!