Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Captioning challenge submission on codalab raising error #55

Open
MRishiK99 opened this issue Jan 17, 2021 · 1 comment
Open

Captioning challenge submission on codalab raising error #55

MRishiK99 opened this issue Jan 17, 2021 · 1 comment

Comments

@MRishiK99
Copy link

I tried evaluating my model on caption test2014 set using the codalab server. I tried submitting the result file as mentioned in the coco tasks page : https://cocodataset.org/#upload.
But I get this 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/tmpDLvvrP/run/program/cocoEvalCapCoda.py", line 65, in
cocoRes = coco.loadRes(resFile_val)
File "/tmp/codalab/tmpDLvvrP/run/program/pycocotools/coco.py", line 275, in loadRes
anns = json.load(open(resFile))
IOError: [Errno 2] No such file or directory: '/tmp/codalab/tmpDLvvrP/run/input/res/captions_val2014__results.json'

@amazingYX
Copy link

I meet similar problem. Have ever solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants