Hey,
I uploaded the .json file using the dropbox link. I am getting the following error:
STDOUT:-
Starting Evaluation…
Evaluating for Test Phase
Reading gt json …
Reading user son …
STDERR:-
File “/tmp/tmpu7egv7i7/compute/challenge_data/challenge_603/evaluate.py”, line 114, in report_Semantic_Segmentation_JSON
user_dict = json.load(f)
File “/usr/local/lib/python3.7/json/init.py”, line 293, in load
return loads(fp.read(),
File “/usr/local/lib/python3.7/codecs.py”, line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0x8b in position 1: invalid start byte
I am using python 3.6 version for running create_json_ss.py script.
Please help to fix it.