GithubHelp home page GithubHelp logo

municola / optical-flow-estimation Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.35 MB

(2021) We predict the human flow between two consecutive images. In this project we especially focused on human-based applications

Python 100.00%
optical-flow pwc-net computer-vision

optical-flow-estimation's Introduction

Optical Flow Estimation[PDF]

This is our project for the Machine Perception course at ETH Zürich
It is based on the PWC-Net from Nvidia.

Abstract

Human optical flow plays an important role in the analysis of human action. We present a deep learning based approach to predict the optical flow in multi-human scenes. Our method is based on PWC-Net, a general optical flow estimation network. We use the Multi-human optical flow dataset to fine-tune the before-mentioned model, and introducing an iterative refinement procedure and a cyclic loss to achieve a significant improvement in the flow computation. We furthermore introduce a novel architecture which runs in harmony with PWC-Net and makes additional use of pre-computed segmentation masks.

Task

Predict the optical flow between two consecutive Images. For each pixel we estimate its movement between the left and the right RGB image. The flow prediction is visualized with the middle image.

Implementation details

Arichtecture: PWC-net + Iterative Refinement + Cycle consistency
We base our architecture on the pretrained PWC-net. By iteratively applying the PWC-net on the residual flow we increase the accuracy in each iteration. Additionally we perform an inverse flow prediction to introduce a cycle consistency loss which further improves the quality of our flow estimation.

Performance: We achieve a 67% End Point Error reduction in respect to the normal PWC-Net (NVIDIA)

Frameworks: Pytorch

Programming Languge: Python

optical-flow-estimation's People

Contributors

municola avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.