I submitted a zip file containing 40 low-shot prediction results. The filenames were correct. However, I got the error as following:
Traceback (most recent call last):
File “/code/scripts/workers/submission_worker.py”, line 407, in run_submission
submission_metadata=submission_serializer.data,
File “/tmp/tmp6649dzh5/compute/challenge_data/challenge_405/main.py”, line 550, in evaluate
final_mean_ap_low_shot = test_svm_low_shot(target_dir, targets)
File “/tmp/tmp6649dzh5/compute/challenge_data/challenge_405/main.py”, line 384, in test_svm_low_shot
predictions, _, _ = load_json(out_k_sample_file, ground_truth=False)
File “/tmp/tmp6649dzh5/compute/challenge_data/challenge_405/main.py”, line 325, in load_json
assert os.path.exists(file_path), “{} does not exist”.format(file_path)
AssertionError: /tmp/cdd83e989aad44c5a963cb67bdf840df/test_sample1_k1_json_preds.json does not exist