AIM 2019 Constrained Super-Resolution Challenge - Track 1: Parameters optimization Forum

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

> How to upload a new submission in the test phase?

Hi, when I upload a new submission in the test phase, the zip file contains 100 test images and a readme.txt, and I get the following error. Could you tell me the correct way to submit? Should I also upload the model and parameters?

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 164, in get_bundle
metadata = yaml.load(mf)
File "/usr/local/lib/python2.7/site-packages/yaml/__init__.py", line 69, in load
loader = Loader(stream)
File "/usr/local/lib/python2.7/site-packages/yaml/loader.py", line 34, in __init__
Reader.__init__(self, stream)
File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", line 85, in __init__
self.determine_encoding()
File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", line 135, in determine_encoding
self.update(1)
File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", line 165, in update
exc.encoding, exc.reason)
ReaderError: 'utf8' codec can't decode byte #xf3: invalid continuation byte
in "/tmp/codalab/tmpnFaHNO/run/program/metadata", position 8

Posted by: BearMaxZJU @ Sept. 4, 2019, 7:45 a.m.

I will fix it as soon as possible.

Posted by: cszn @ Sept. 4, 2019, 9:31 a.m.
Post in this thread