question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when submit result to semantic scene completion benchmark

See original GitHub issue

Hi:

I submit my result to semantic scene completion, but get following erroe:

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

However, my zip file pass through the test by the script offered by you. What should I do?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sj-licommented, Dec 19, 2019

Thanks for your help, I submit successful 😉

0reactions
jbehleycommented, Dec 19, 2019

The submission should contain our original labels (car = 10, etc.). How you map the data for training is an implementation issue that you have to figure out.

We expect to get the original label ids, therefore you have to remap the labels before submission.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SemanticKITTI: A Dataset - CodaLab - Competition
SemanticKITTI is a large-scale dataset providing point-wise labels for the LiDAR data of the KITTI Vision Benchmark. It is based on the odometry ......
Read more >
yanx27/JS3C-Net: Sparse Single Sweep LiDAR Point ... - GitHub
Go to file ... Semantic Segmentation and Semantic Scene Completion: ... Quantitative results on SemanticKITTI Benchmark at the submisison time.
Read more >
SemanticKITTI Benchmark (3D Semantic Scene Completion)
Rank Model mIoU Year 1 S3CNet 29.5 2020 2 JS3C‑Net 23.8 2020 3 SSA‑SC 23.5 2021
Read more >
Semantic Segmentation-assisted Scene Completion for ... - arXiv
For scene completion, semantic features are critical in recovering the complete shape of the specific objects and the entire scene. It's easy ...
Read more >
3D Semantic Scene Completion: a Survey - Archive ouverte HAL
Fig. 1: Popular datasets for Semantic Scene Completion (SSC). From an incomplete input view, the SSC task consists in.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found