COCO Detection Challenge (Bounding Box) Forum

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

> KeyError: 581918

I submitted three times for test-dev2019(bbox), but I got the error:
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
/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/tmp3zVoRU/run/program/run.py", line 111, in
res = cut_res(res, maxDet=100)
File "/tmp/codalab/tmp3zVoRU/run/program/run.py", line 75, in cut_res
r_img = res[start_end[image_id][0]:start_end[image_id][1]]
KeyError: 581918

My .zip file is only ~6MB, could you please help me?

Posted by: tqtrung @ Jan. 14, 2020, 1:12 a.m.

I have the same problem with you. Have you solved it?

Posted by: zhongzebin @ Dec. 3, 2020, 4:58 a.m.

Same here. Any update?

Posted by: teste123 @ Dec. 3, 2020, 12:07 p.m.

I solve this problem by just deleting the related index in json file

Posted by: zhongzebin @ Dec. 6, 2020, 1:12 p.m.
Post in this thread