PRBonn / semantic-kitti-api

SemanticKITTI API for visualizing dataset, processing data, and evaluating results.
http://semantic-kitti.org
MIT License
783 stars 187 forks source link

No space left on device with proper file size #45

Closed shuangjiexu closed 4 years ago

shuangjiexu commented 4 years ago

Hi, when submit, I get error:

Traceback (most recent call last):
  File "/worker/worker.py", line 313, in run
    bundles = get_bundle(root_dir, 'run', bundle_url)
  File "/worker/worker.py", line 173, in get_bundle
    metadata[k] = get_bundle(bundle_path, k, v)
  File "/worker/worker.py", line 173, in get_bundle
    metadata[k] = get_bundle(bundle_path, k, v)
  File "/worker/worker.py", line 133, in get_bundle
    z.extractall(bundle_path)
  File "/usr/local/lib/python2.7/zipfile.py", line 1040, in extractall
    self.extract(zipinfo, path, pwd)
  File "/usr/local/lib/python2.7/zipfile.py", line 1028, in extract
    return self._extract_member(member, path, pwd)
  File "/usr/local/lib/python2.7/zipfile.py", line 1084, in _extract_member
    shutil.copyfileobj(source, target)
  File "/usr/local/lib/python2.7/shutil.py", line 66, in copyfileobj
    fdst.write(buf)
IOError: [Errno 28] No space left on device

before the submission, I test with the validate_submission.py script:

Validating zip archive "xxx/submission.zip".

  1. Checking filename.............. ✓
  2. Checking directory structure... ✓
  3. Checking file sizes............ ✓

Everything ready for submission!  🎉

and the size of the submission.zip is 113M.

How can I fix this? THX!

jbehley commented 4 years ago

Unfortunately, neither we nor you can do something here. I opened an issue on the github repository https://github.com/codalab/codalab-competitions/issues/2777 and I hope that the issue is fixed as soon as possible. I will let you know if something changes there.

jbehley commented 4 years ago

Hi, the issue should be resolved.

Gofinge commented 3 years ago

Hi, I am facing the same problem. I passed the local validation. image