Got error when submitting results:
Traceback (most recent call last):
File "/codalabtemp/tmpuHGEtO/run/program/evaluate.py", line 123, in
score = evaluate_predictions(labels, preds)
File "/codalabtemp/tmpuHGEtO/run/program/evaluate.py", line 54, in evaluate_predictions
"Your maximum possible score is " + 100*(n_scored / len(gt)) + "% of total."
TypeError: cannot concatenate 'str' and 'int' objects
We are sorry for the inconvenience and will fix it briefly.
The problem occurs due to an error in displaying a warning message. Specifically, it seems you submitted the predictions for only a subset of the validation instances. While this warning message will be fixed, you should have no problems submitting a full set of predictions.
Posted by: moliusimon @ Feb. 1, 2016, 10:39 a.m.I have checked the format of your last submission.
Please note that this year we changed the submission format slightly. Now the image name and prediction are separated by a comma (,) instead of semicolon (;).
Again sorry for the inconvenience.
Posted by: moliusimon @ Feb. 1, 2016, 11:57 a.m.The script was already updated.
Posted by: xbaro @ Feb. 10, 2016, 4:08 p.m.