From 40fe489b80777ca81cc7b0ba899b0041777394c5 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 26 Feb 2019 02:55:32 +0100 Subject: [PATCH] updates --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index d62f4aaf..8d4f8646 100644 --- a/test.py +++ b/test.py @@ -146,8 +146,8 @@ def test( with open('results.json', 'w') as file: json.dump(jdict, file) - from utils.pycocotools.coco import COCO - from utils.pycocotools.cocoeval import COCOeval + from pycocotools.coco import COCO + from pycocotools.cocoeval import COCOeval # initialize COCO ground truth api cocoGt = COCO('../coco/annotations/instances_val2014.json')