YJingyu / AVA-Challenge-Eval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVA-Challenge-Eval

Install

cd evaluation_script
conda create -n eval python=3.7
conda activate eval
pip install numpy
pip install matplotlib
make

Run Evaluation

python main.py -g <ground_truth_path> -p <prediction_path>

Info

For details, please refer to our Workshop and Challenge website.

About


Languages

Language:Python 76.6%Language:Cython 12.1%Language:C 11.1%Language:Makefile 0.2%