sniklaus / softmax-splatting

an implementation of softmax splatting for differentiable forward warping using PyTorch
469 stars 58 forks source link

How to get flow.flo #2

Closed HrsPythonix closed 4 years ago

HrsPythonix commented 4 years ago

Could you tell me specifically how I can get the flow.flo in your repo?

sniklaus commented 4 years ago

You can use any optical flow estimator that you find suitable for your task, for example the ones below.

https://github.com/sniklaus/pytorch-spynet https://github.com/sniklaus/pytorch-pwc https://github.com/sniklaus/pytorch-liteflownet https://github.com/sniklaus/pytorch-unflow

kwea123 commented 3 years ago

More generally, you can use https://github.com/liruoteng/OpticalFlowToolkit/blob/master/lib/flowlib.py that handles many more flow file operations.