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

How to calculate optical flow from 2 png images? #209

Closed aoizoijoizj closed 4 years ago

aoizoijoizj commented 4 years ago

Hello, I'm a newbie to python (a current PHP user)

If I have 2 images (/home/user/image1.png, /home/user/image2.png)

How to create the optical flow data from it and save it to file in json format or any format else?

199943 commented 2 years ago

Hi @aoizoijoizj,did you solve it? Thanks