From c3ab55448239656a1d7c07fc8eb5d7e174335fa9 Mon Sep 17 00:00:00 2001 From: AndreiT <31302923+tulbureandreit@users.noreply.github.com> Date: Wed, 16 Feb 2022 15:56:37 +0200 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8bcf54f..ff31a0de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,4 @@ pandas # extras -------------------------------------- thop # FLOPS computation -pycocotools==2.0 # COCO mAP +pycocotools==2.0.0 # COCO mAP From a59634f25abed9d78eb8d29bc0b743afd5fcb490 Mon Sep 17 00:00:00 2001 From: AndreiT <31302923+tulbureandreit@users.noreply.github.com> Date: Wed, 16 Feb 2022 15:58:50 +0200 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff31a0de..67b2e66e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,4 @@ pandas # extras -------------------------------------- thop # FLOPS computation -pycocotools==2.0.0 # COCO mAP +pycocotools # COCO mAP