WebFace260M Track of ICCV21-MFR Forum

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

> problems with the second stage

I can't imagine my solution, because I get an error. Although local demo_feat tests pass.
Traceback (most recent call last):
File "/tmp/codalab/tmpYJQUck/run/program/score.py", line 52, in
scores = get_score(input_dir)
File "/tmp/codalab/tmpYJQUck/run/program/score.py", line 30, in get_score
exit(1)
File "/usr/lib64/python3.6/_sitebuiltins.py", line 26, in __call__
raise SystemExit(code)
SystemExit: 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/tmp/codalab/tmpYJQUck/run/program/score.py", line 54, in
raise Exception('Error in calculation of the specific score of the task')
Exception: Error in calculation of the specific score of the task

Posted by: Aristarh @ Aug. 16, 2021, 11:43 a.m.

Hi,

I have checked your submission and found this error information,
ModuleNotFoundError: No module named 'pandas'
This error is because our docker image does not have pandas, therefore we recommend if you do not use pandas in your scripts, also we suggest if you can run your scripts in the docker before submitting them to the Codalab to check any potential bugs.

Thanks

Posted by: litian1045 @ Aug. 16, 2021, 1:56 p.m.
Post in this thread