Skip to content

ZacharyGong/warp_flow_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Warp Flow with PyTorch

This repository contains the PyTorch implementation of optical flow warping. The implementation is based on the TensorFlow implementation.

Motivation

When reproducing the result of PWC-Net, I tried to warp the optical flow back to the first frame, while the warping function in the model provided by the author did not work (maybe it's because I made some stupid mistake on normalization).

How to Run

Demo data is also leveraged from the original TensorFlow implementation.

python run.py

The recon.png is generated in the data folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages