updates
This commit is contained in:
parent
90a20f93e5
commit
40fe489b80
4
test.py
4
test.py
|
@ -146,8 +146,8 @@ def test(
|
||||||
with open('results.json', 'w') as file:
|
with open('results.json', 'w') as file:
|
||||||
json.dump(jdict, file)
|
json.dump(jdict, file)
|
||||||
|
|
||||||
from utils.pycocotools.coco import COCO
|
from pycocotools.coco import COCO
|
||||||
from utils.pycocotools.cocoeval import COCOeval
|
from pycocotools.cocoeval import COCOeval
|
||||||
|
|
||||||
# initialize COCO ground truth api
|
# initialize COCO ground truth api
|
||||||
cocoGt = COCO('../coco/annotations/instances_val2014.json')
|
cocoGt = COCO('../coco/annotations/instances_val2014.json')
|
||||||
|
|
Loading…
Reference in New Issue