NVIDIA / flownet2-pytorch

Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
Other
3.09k stars 739 forks source link

Network folder missing Flownet2 #204

Open AakinDesai opened 4 years ago

AakinDesai commented 4 years ago

run_a_pair requires an Flownet2 model but actually it is not available right now in Network folder. I am also having a doubt that whether FlownetC.py is FlownetC model or FLownet2C model ?

ilinca-sorescu commented 4 years ago

Had the same issue. See https://github.com/NVIDIA/flownet2-pytorch/issues/51#issuecomment-421255925 . I just imported the Flownet2 definition from models.py

ShashiAdhikari commented 3 years ago

Had the same issue. See #51 (comment) . I just imported the Flownet2 definition from models.py

Does it work if you import model import FlowNet2