GithubHelp home page GithubHelp logo

sal's Introduction

Introduction

This page contains software and instructions for Space-Time Saliency [1].

Installation

The code is divided into two parts: Part 1 is hosted on Microsoft's website, containing the core implementation of the space-time saliency method; Part 2 is hosted on GitHub, containing the auxiliary files (including library, toolbox, a video and a demo) to use this code. You need to download both parts and unzip them in the same folder (eg, ./sal).

  1. set sal to your current folder in Matlab;
  2. Run make.m in Matlab to compile all C++ files;
  3. Run addPath.m to add sub-directories into the path of Matlab.
  4. Run demoSal.m file.

Instructions

The package contains the following files and folders:

  • ./data: This folder contains a video sequence as example.
  • ./core: This folder contains the main implementation of the space-time saliency algorithm.
  • ./src: This folder contains a wrapper of the space-time saliency for any video input.
  • ./lib: This folder contains some necessary library functions.
  • ./tool: This folder contains some 3rd party toolboxes.
  • ./make.m: Matlab makefile for C++ code.
  • ./addPath.m: Adds the sub-directories into the path of Matlab.
  • ./demoSal.m: A demo file for generating and visualizing the saliency for a video input.

FAQs

References

[1] F. Zhou, S.-B. Kang, and M. Cohen, "Time-Mapping Using Space-Time Saliency," in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2014

Copyright

This software is free for use in research projects. If you publish results obtained using this software, please use this citation.

@inproceedings{ZhouKC14,
author    = {F. Zhou and S.-B. Kang and M. Cohen},
title     = {Time-Mapping Using Space-Time Saliency},
booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year      = {2014},
}

If you have any question, please feel free to contact Feng Zhou ([email protected]).

sal's People

Contributors

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