From cabb45ce89285a0f7cdad5a4b483e164fa3a6d66 Mon Sep 17 00:00:00 2001 From: Niels Rogge <niels.rogge1@gmail.com> Date: Tue, 1 Jun 2021 11:53:51 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d0c9b0..f31ce72 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The model was trained for 300 epochs on 16 V100 GPUs. This takes 3 days, with 4 ## Evaluation results -This model achieves an AP (average precision) the following results on COCO 2017 validation: a box AP (average precision) of **38.8**, a segmentation AP (average precision) of **31.1** and a PQ (panoptic quality) of **43.4**. +This model achieves the following results on COCO 2017 validation: a box AP (average precision) of **38.8**, a segmentation AP (average precision) of **31.1** and a PQ (panoptic quality) of **43.4**. For more details regarding evaluation results, we refer to table 5 of the original paper.