Sign inSign up

scaffrey/eval_tools

By scaffrey

Updated over 7 years ago

eval_tools https://github.com/Ir1d/DARKFACE_eval_tools

Image
10

573

scaffrey/eval_tools repository overview

docker run --rm -it \
    -v /path/to/your/submission:/tools/data \
    -v /path/to/save/result:/tools/output \
    scaffrey/eval_tools YOUR_ALGORITHM_NAME ./data/gt/ /root/UG2/Sub_challenge2_1/output/userid/output/submission_#/

will lead to:

octave df_eval.m YOUR_ALGORITHM_NAME ./data/gt/ /root/UG2/Sub_challenge2_1/output/userid/output/submission_#/
# df_eval.m takes three args
# the first one is ALGORITHM_NAME (used in the plot)
# the second one is the folder which contains ground_truth
# the third one is the folder which contains your submission
# note that the locations here should be the paths inside the docker image

/path/to/your/submission should contain:

  • a file_list.txt, downloaded from: <Google Drive>

/path/to/save/result will contain:

  • output of eval_tools including your scores

Acknowledgments

Code borrows heavily from the eval tools of WIDER FACE. Thanks for the sharing.

Tag summary

Content type

Image

Digest

Size

451 MB

Last updated

over 7 years ago

docker pull scaffrey/eval_tools