My most recent submission gave the following error:
/tmp/codalab/tmpkhRomu/run/program/score.py:151: RuntimeWarning: invalid value encountered in true_divide
scores = (tp / (tp_fp + tp_fn - tp))[1:] # class iou removing 0 class
Is this a problem on my end or your end?
Posted by: Queuecumber @ April 25, 2018, 1:36 p.m.In the output log I can also see
===== Some files are missing in upload =====
repeated several times. I have verified with my previous submissions which scored correctly that I am submitting the same set of files and that they are stored in the root of the archive
Posted by: Queuecumber @ April 25, 2018, 1:53 p.m.Problem turned out to be the image sizes, they should exactly match the input
Posted by: Queuecumber @ April 25, 2018, 8:21 p.m.