uvipen / SSD-pytorch

SSD: Single Shot MultiBox Detector pytorch implementation focusing on simplicity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export the coco predictions in json file

123dddd opened this issue · comments

commented

Hello Viet, thanks for this repo!
I noticed that you used the coco eval API to evaluate the the trained model and the results are clear and impressive. I am wondering if the coco eval API also can be used in the test_dataset.py to evaluate the prediction results on coco dataset, such as coco eval2017 dataset? Any suggestion will be appreciated ! : )