ozendelait / rvc_devkit

Robust Vision Challenge Devkits
http://www.robustvision.net/
MIT License
107 stars 13 forks source link

COCO (obj det) Submission Error: Execution time limit exceeded! #64

Closed linfeng93 closed 2 years ago

linfeng93 commented 2 years ago

the scoring error log as follows:

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.') Execution time limit exceeded!

but my submission of the mvd dataset was finished successfully.

the det result format: [{ "image_id": str, "category_id": int, "bbox": [x,y,width,height], "score": float, }]

any advices? thanks

ozendelait commented 2 years ago

Hi, COCO evaluation server is still being rebuild. Please see this issue for updates: https://github.com/ozendelait/rvc_devkit/issues/56 Please proceed to submit to OID in the meantime.

linfeng93 commented 2 years ago

Hi, COCO evaluation server is still being rebuild. Please see this issue for updates: #56 Please proceed to submit to OID in the meantime.

ok btw, will the ddl be postponed? @ozendelait