From b5058e0ae32e95357312b2e359eb438ecc5391a2 Mon Sep 17 00:00:00 2001 From: Romain Guesdon <romain.guesdon@univ-lyon2.fr> Date: Fri, 13 Jan 2023 10:13:32 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df49b0..a762c9e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Evaluation with mAPK can be used by running the eval_mpk.py script. ```Script to evaluate prediction in COCO format using the mAPK metric. Usage: python eval_mapk.py [json_prediction_path] [json_annotation_path] Paths can be absolute, relative to the script or relative to the respective json/gts or json/preds directory. - -h, --help\tdisplay this help message and exit + -h, --help display this help message and exit ``` We provide in this repo one annotation and one prediction file. To evaluate these predictions, run: -- GitLab