We failed to submit the results, and encountered the error that "IOError: Please input a valid prediction file."
Then we checked the format of our submitted results and reduced the number of the proposals, but still encountered the same problem.
May I ask if there are any restrictions on the submitted results in addition to the requirements on format, or if we can see more detailed error message?
Thank you so much!
The details of the error are as follows:
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "/tmp/codalab/tmpeI07We/run/program/eval_detection.py", line 310, in <module>
from eval_detection import ANETdetection
File "/tmp/codalab/tmpeI07We/run/program/eval_detection.py", line 315, in <module>
subset='testing', verbose=False, check_status=False)
File "/tmp/codalab/tmpeI07We/run/program/eval_detection.py", line 56, in __init__
self.prediction = self._import_prediction(prediction_filename)
File "/tmp/codalab/tmpeI07We/run/program/eval_detection.py", line 132, in _import_prediction
raise IOError('Please input a valid prediction file.')
IOError: Please input a valid prediction file.