eval_tools https://github.com/Ir1d/DARKFACE_eval_tools
573
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:
file_list.txt, downloaded from: <Google Drive>/path/to/save/result will contain:
Code borrows heavily from the eval tools of WIDER FACE. Thanks for the sharing.
Content type
Image
Digest
Size
451 MB
Last updated
over 7 years ago
docker pull scaffrey/eval_tools