COCO Detection Challenge (deprecated) Forum

Go back to competition Back to thread list Post in this thread

> Test-dev2017 failed on test-dev2018 server

Ran the test-dev2017 images for bounding box object detections from coco website and submitted to the test-dev2018 server. Received error:

/opt/conda/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
Traceback (most recent call last):
File "/tmp/codalab/tmpJPSweB/run/program/run.py", line 111, in
res = cut_res(res, maxDet=100)
File "/tmp/codalab/tmpJPSweB/run/program/run.py", line 75, in cut_res
r_img = res[start_end[image_id][0]:start_end[image_id][1]]
KeyError: 581918

Submitted .json file is only 6MB, zip file is only 900KB. When I manually split the .json files into smaller .json (around 1MB each), the 1MB .json file can be successfully evaluated. Can I just evaluate each 1MB .json file and add the results from each run together to get overall the test-dev results?

Posted by: lamistlah_dissertation @ Aug. 25, 2018, 6:19 p.m.
Post in this thread