/megaface-eval-zyf

tools for MegaFace evaluation, e.g. plotting evalaution results

Primary LanguagePython

MegaFace Evaluation and Plot

Please refer to MegaFace's Official Page if you have any question about the evaluation/challenge.

Evaluation

  1. Download Megaface Linux Development Kit (.zip or .tar.gz) and unzip/untar it to ./devkit.

  2. Run the evaluation according to the devkit/readme.txt.

Plot results

  1. Download the some of the Challenge 1 json results, and unzip it into devkit/Challenge1External;

  2. For plot test, run:

    cd plot_results
    python plot_megaface_results.py
  3. To plot your own evaluation results, please change "method_dirs" to your results's paths and set corresponding "method_labels" in plot_results/plot_megaface_results.py, and run the script.