Hi,
I tried to submit my result file for nuScenes prediction challenge though URL. But the my submissions either failed without any trace info(stderr output seemed to be empty) or got a bad address error (error report is shown below). Does anyone meet the same issue? FYI, I used dropbox to create my url link and it was tested by wget command.
Traceback (most recent call last):
File "/code/scripts/workers/submission_worker.py", line 452, in run_submission
submission_metadata=submission_serializer.data,
File "/tmp/tmpwzsasqbb/compute/challenge_data/challenge_591/main.py", line 73, in evaluate
predictions = json.load(open(result_path, "r"))
File "/usr/local/lib/python3.6/json/__init__.py", line 296, in load
return loads(fp.read(),
OSError: [Errno 14] Bad address