PBVS 2022 Thermal Image Super-Resolution Challenge (TISR) - INFORMATION Forum

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

> BadZipfile: File is not a zip file

Hi~ I'm trying to upload my result in a zip file named "result.zip", which I can successfully extract in my local ubuntu environment, and meet the instructions in submit sample. Both shell command "unzip" and python ZipFile works fine locally.
But when I upload to codalab server, it went wrong with following error. Can you please check it ? Thanks a lot~

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 132, in get_bundle
with ZipFile(bundle_file.file, 'r') as z:
File "/usr/local/lib/python2.7/zipfile.py", line 770, in __init__
self._RealGetContents()
File "/usr/local/lib/python2.7/zipfile.py", line 811, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file

Posted by: jzsherlock @ Feb. 11, 2022, 2:27 p.m.

Hi, seems a problem with codalab. we are working on it.

Posted by: rafariva @ Feb. 11, 2022, 8:27 p.m.
Post in this thread