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.