SPARK 2022 - Stream 1 - Spacecraft Detection Forum

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

> test submit error

Maybe there is no GT file for eval?

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/tmp7uW8Ha/run/program/evaluate.py", line 96, in
gt = pd.read_csv(truth_file)
File "/opt/conda/lib/python2.7/site-packages/pandas/io/parsers.py", line 498, in parser_f
return _read(filepath_or_buffer, kwds)
File "/opt/conda/lib/python2.7/site-packages/pandas/io/parsers.py", line 275, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/opt/conda/lib/python2.7/site-packages/pandas/io/parsers.py", line 590, in __init__
self._make_engine(self.engine)
File "/opt/conda/lib/python2.7/site-packages/pandas/io/parsers.py", line 731, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/opt/conda/lib/python2.7/site-packages/pandas/io/parsers.py", line 1103, in __init__
self._reader = _parser.TextReader(src, **kwds)
File "pandas/parser.pyx", line 353, in pandas.parser.TextReader.__cinit__ (pandas/parser.c:3246)
File "pandas/parser.pyx", line 591, in pandas.parser.TextReader._setup_parser_source (pandas/parser.c:6111)
IOError: File /tmp/codalab/tmp7uW8Ha/run/input/ref/groundtruth.csv does not exist

Posted by: heboyong @ June 30, 2022, 1:20 p.m.

we fixed some issues... Please try once again and let us know.

Posted by: spark @ June 30, 2022, 8:05 p.m.

Thank you.
I think we should have a csv file that contains the order of image submitted for online eval, just as the val.csv, right?

Posted by: heboyong @ July 1, 2022, 7:49 a.m.
Post in this thread