Git Product home page Git Product logo

2d-mot-2015-eval's Introduction

2D-MOT-2015-eval

Multiple Object Tracking Challenge

Version 1.2

This development kit provides scripts to evaluate tracking/detection results. Please report bugs to [email protected]

Requirements

Usage

To compute the evaluation for the included demo, which corresponds to the results of the CEM tracker (continuous energy minimization) on the training set of the '2015 MOT 2DMark', start MATLAB, cd into devkit directory and run

benchmarkDir = '../data/2DMOT2015/train/';
allMets = evaluateTracking('c2-train.txt', 'res/data/', benchmarkDir);

Replace the value for benchmarkDir accordingly.

You should see the following output (be patient, it may take a minute):

Sequences: 'TUD-Stadtmitte' 'TUD-Campus' 'PETS09-S2L1' 'ETH-Bahnhof' 'ETH-Sunnyday' 'ETH-Pedcross2' 'ADL-Rundle-6' 'ADL-Rundle-8' 'KITTI-13' 'KITTI-17' 'Venice-2' Evaluating ... ... TUD-Stadtmitte *** 2D (Bounding Box overlap) *** Rcll Prcn FAR| GT MT PT ML| FP FN IDs FM| MOTA MOTP MOTAL 60.9 94.0 0.25| 10 5 4 1| 45 452 7 6| 56.4 65.4 56.9

    ... TUD-Campus

*** 2D (Bounding Box overlap) *** Rcll Prcn FAR| GT MT PT ML| FP FN IDs FM| MOTA MOTP MOTAL 58.2 94.1 0.18| 8 1 6 1| 13 150 7 7| 52.6 72.3 54.3

.................. .................. ..................

********************* Your Benchmark Results (2D) *********************** Rcll Prcn FAR| GT MT PT ML| FP FN IDs FM| MOTA MOTP MOTAL 45.3 71.7 1.30|500 81 161 258| 7129 21842 220 338| 26.8 72.4 27.4

Details

The evaluation script accepts 3 arguments:

sequence map (e.g. c2-train.txt contains a list of all sequences to be evaluated in a single run. These files are inside the ./seqmaps folder.

The folder containing the tracking/detection results. Each one should be saved in a separate .txt file with the name of the respective sequence (see ./res/data)

The folder containing the benchmark sequences.

The results will be shown for each individual sequence, as well as for the entire benchmark.

Directory structure

./res

This directory contains

  • the tracking/detection results for each sequence in a subfolder data
  • eval.txt, which shows all metrics for this demo

./utils

Various scripts and functions used for evaluation.

./seqmaps

Sequence lists for different benchmarks

Version history

1.2 - Feb 14, 2017

  • Included evaluation code for detections

1.1.1 - Oct 10, 2016

  • Included camera projections scripts

1.1 - Feb 25, 2016

  • Included evaluation for the new MOT16 benchmark

1.0.5 - Nov 10, 2015

  • Fixed bug where result has only one frame
  • Fixed bug where results have extreme values for IDs
  • Results may now contain invalid frames, IDs, which will be ignored

1.0.4 - Oct 08, 2015

  • Fixed bug where result has more frames than ground truth

1.0.3 - Jul 04, 2015

  • Removed spurious frames from ETH-Pedcross2 result (thanks Nikos)

1.0.2 - Mar 11, 2015

  • Fix to exclude small bounding boxes from ground truth
  • Special case of empty mapping fixed

1.0.1 - Feb 06, 2015

  • Fixes in 3D evaluation (thanks Michael)

1.00 - Jan 23, 2015

  • initial release

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.