Skip to content

This repository contains the project of DNN class at EPITA. The goal of the project was to benchmark multiple type of Visual Object Trackers on multiple dataset using different metrics.

License

Notifications You must be signed in to change notification settings

SCIA-Premium/DNN

Repository files navigation

DNN Profile

AUTHORS

Alexandre Lemonnier <[email protected]>
Alexandre Rulleau <[email protected]>
Baptiste Bourdet <[email protected]>
Eliott Bouhana <[email protected]>
Marius Dubosc <[email protected]>
Philippe Bernet <[email protected]>
Sarah Gutierez <[email protected]>
Victor Simonin <[email protected]>


The goal of the project is to analyse this survey. Then you will have to select at least 6 trackers and compare them qualitatively and quantitatively on different datasets.

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Description

This github contains multiple notebook to execute in a specific order.


The following notebooks creates .py files that are used by the other notebooks.

  • dataset : Download the dataset and extract it with a specific structure
  • model : Load the models with their default values from different github
  • scoring : Define function to score the models predictions

The following notebook will create folder containing the results of the benchmark.

  • benchmark : Run the benchmark for each model on the dataset using the scoring functions

The following notebooks will create graphs and tables to analyse the results of the benchmark.

  • benchmark_stats : Compute the statistics of the benchmark using the files generated by the previous notebook

About

This repository contains the project of DNN class at EPITA. The goal of the project was to benchmark multiple type of Visual Object Trackers on multiple dataset using different metrics.

Topics

Resources

License

Stars

Watchers

Forks