Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.8 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.8 KB

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