Skip to content
/ warco Public

WArCO is multi-class object detector that evolves ArCO and it is based on a weighted patch based model able to deal with low resolution objects

License

Notifications You must be signed in to change notification settings

dtosato/warco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Diego Tosato
Nov 21, 2019
e0fea97 · Nov 21, 2019

History

4 Commits
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019
Nov 21, 2019
Nov 20, 2019
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019
Nov 19, 2019

Repository files navigation

WaRCO

Introduction

This is an implementation of a multi-class classifier and regressor based on a patch based model termed WARCO (Weighted ARray of COvariance matrices) able to deal with low resolution objects. WARCO is fully implemented in Matlab. The software was tested on different versions of Linux and Windows using Matlab versions R2010a/b (x64) and R2011a(x64). There may be compatibility issues with other versions of Matlab.

Requirements

Installation

  • Create a directory called 'WARCO' and copy the code there.
  • Put all the additional tooboxes (Libsvm, Liblinear, Piotr Dollar Toolbox) in './utils'.

Datasets

How to start

  • Create a the directory WARCO\database and unzip all the datasets in that folder.
  • Add the paths of WARCO to Matlab with addpath(genpath(WARCO\path));
  • Type help WARCO to know how WARCO is organized.
  • Switch to the WARCO folder typing cd WARCO\path;
  • Use the test_* scripts to test WARCO. Be sure to set the right data path into the testing scripts.

Reference

  • D. Tosato, M. Spera, M. Cristani, V. Murino, Characterizing humans on Riemannian manifolds, IEEE Trans. PAMI, Preprint 2011.

About

WArCO is multi-class object detector that evolves ArCO and it is based on a weighted patch based model able to deal with low resolution objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published