Giter Site home page Giter Site logo

qingchenbenpao / epipolarscore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mfaisal59/epipolarscore

0.0 0.0 0.0 40.01 MB

[WACV-2020] Exploiting Geometric Constraints on Dense Trajectories for Motion Saliency

MATLAB 33.76% M 0.12% C++ 65.38% JavaScript 0.62% C 0.01% Batchfile 0.10%

epipolarscore's Introduction

EpipolarScore

This repository is part of public implementation of our "Exploiting Geometric Constraints on Dense Trajectories for Motion Saliency" paper. This repository contains Optical Flow & Epipolar Score Computation code. You can check the main repository here.

Installations:

This source code is based on MATLAB framework and tested on Ubuntu 16.04 with MATLAB 2016b.

Instructions:

1) Clone the repository
git clone https://github.com/mfaisal59/EpipolarScore.git
2) Download Dataset

Download and unpack the DAVIS 2016 dataset and as well as the evaluatio code from https://davischallenge.org/davis2016/code.html

3) Compute Optical Flow

The optical flow is based on Full Flow Method (https://cqf.io/fullflow/). To compute the optical flow for DAVIS Dataset, run the following script:

cd ./Full_Flow_Source_Code/
run davisBatch.m file
#modify the path to DAVIS dataset directory
4) Compute Epipolar Score

To compute the Epipolar Score, modify the paths in 'testDAVIS.m' file and run:

cd ./EpipolarScoreMain/
run testDAVIS.m script
#modify the path to DAVIS dataset, forward and backward optical flow directory
5) Convert Flow to X-Y Displacement Images
cd ./EpipolarScoreMain/
run flow2Displacement.m script
#modify the paths to DAVIS dataset, forward and backward optical flow directory
6) Generate Motion Images
cd ./EpipolarScoreMain/
run generateMotionImages.m script
#modify the paths to DAVIS dataset and Optical Flow directory

BIBTEX:

@article{DBLP:journals/corr/abs-1909-13258,
  author    = {Muhammad Faisal and
               Ijaz Akhter and
               Mohsen Ali and
               Richard I. Hartley},
  title     = {Exploiting Geometric Constraints on Dense Trajectories for Motion
               Saliency},
  journal   = {CoRR},
  volume    = {abs/1909.13258},
  year      = {2019},
  url       = {http://arxiv.org/abs/1909.13258}
}

epipolarscore's People

Contributors

mfaisal59 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.