This commit is contained in:
Glenn Jocher 2019-02-26 02:55:32 +01:00
parent 90a20f93e5
commit 40fe489b80
1 changed files with 2 additions and 2 deletions

View File

@ -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')