Skip to content

Pytorch implementation of FlowNet by Dosovitskiy et al.

License

Notifications You must be signed in to change notification settings

AlexSzapiro/FlowNetPytorch

 
 

Repository files navigation

The aim of this project is to perform object tracking using optical flow. The optical flow between frames is estimated using a Pytorch implementation of FlowNet made by Clement Pinard. Then, the initial segmentation mask is propagated using the calculated flow to obtain a segmentation mask for each frame of the video. Both direct and sequential approaches are implemented.

A pre-trained model of FlowNet can be found here

About

Pytorch implementation of FlowNet by Dosovitskiy et al.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 59.6%
  • Python 40.4%