COCO Detection Challenge (Bounding Box) Forum

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

> COCO wrong format?

I get one of two results every time I try to submit-

Traceback (most recent call last):
File "/worker/worker.py", line 330, in run
if input_rel_path not in bundles:
TypeError: argument of type 'NoneType' is not iterable

OR

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/tmpipR2RS/run/program/run.py", line 117, in
cocoDt=cocoGt.loadRes(resFile)
File "/opt/conda/lib/python2.7/site-packages/pycocotools/coco.py", line 317, in loadRes
'Results do not correspond to current coco set'
AssertionError: Results do not correspond to current coco set

Posted by: san98 @ July 9, 2020, 9:07 a.m.

Hi, i meet the same situation.Have you solved this problem?

Posted by: ShengyuanTang @ July 27, 2020, 1:32 a.m.
Post in this thread