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 #87

Closed Jun-CEN closed 2 years ago

Jun-CEN commented 3 years ago

When I upload my zip file to the evaluation server, this problem occurs again:

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

which is same as #45, can you help me to solve this?

jialeli1 commented 3 years ago

Reappeared again.

jbehley commented 3 years ago

As we are using the public workers, I cannot do anything about it. But you already wrote some issue on the codalab repo, so I guess they are aware of this.

Gofinge commented 3 years ago

Same problem~