GitXplorerGitXplorer
p

actor-action

public
7 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
3cdd4c2160683450c2a6b28aa7fd31b82cb5e40c

Updated the README file

ppiotr-bojanowski committed 11 years ago
Unverified
649cb19b299c7736963d86f55686367b4002b8e1

Updated the README

ppiotr-bojanowski committed 11 years ago
Unverified
f2451f124064d48b7e488a9371675b417c834fe2

Added LICENSE file

ppiotr-bojanowski committed 11 years ago
Unverified
df0e0edd4897c94e548c10b2a550fd5aa81e8a43

Removed a useless if case

ppiotr-bojanowski committed 11 years ago
Unverified
8e61a5902cb41a1cc2630cd23536edf4a4af5763

Changed README format

ppiotr-bojanowski committed 11 years ago
Unverified
91acd6cde669013f9c50656f39d3a8c84b385fd5

Removed some useless functions

ppiotr-bojanowski committed 11 years ago

README

The README file for this repository.

Description

This is the code corresponding to the paper Finding Actors and Actions in Movies. Given tracks of people in a movie and a set of weak annotations, it tries to recover person and action identities. The provided tracks correspond to the movie Casablanca.

Dependencies

This code relies on two optimization toolboxes.

You will need the 7th version of the MOSEK optimization toolbox and a valid license. It can be downloaded from : http://mosek.com/resources/download/

You will also need the CVX optimization toolbox v2.0. We used build 937. This toolbox can be downloaded from : http://cvxr.com/cvx/download/

References

Runing the code

To run it you will need to install the latest CVX and MOSEK libraries. Once installed please replace in main.m :

  • The path to the CVX setup script.
  • The path to the MOSEK matlab toolbox.
  • The path to the MOSEK licence files.

Of course, MOSEK needs to be correctly set up, with the system library paths correctly set.

You also have to provide the path to the data file (data.mat).

To run simply type :

>> main

in the MATLAB comand prompt.