Error when submit result to semantic scene completion benchmark
See original GitHub issueHi:
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:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks for your help, I submit successful 😉
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.