Submission Problem

Hello,

I just made two submissions and both submission failed.

In the first submission, the error is "RMSE += np.linalg.norm(gt_tmp - pred_tmp) ValueError: operands could not be broadcast together with shapes (768000,) (256000,) ". It seems that the groundtruth images have 3 channels. So I made all the output images with 3 channels as well.

However, in the second submission, the error is "RMSE += np.linalg.norm(gt_tmp - pred_tmp)
ValueError: operands could not be broadcast together with shapes (256000,) (768000,) ". Now it seems that some groundtruth images have 3 channels while some only have 1 channel.

Can anyone have a look at it? Thanks a lot!

1 Like

Is there anyone who can check this problem ?

Hi,

We are sorry to hear that you faced this issues, we will look into it and get back to you soon.

Regards

Hi,

Please check if you could submit successfully. We’ve updated the script and it should work now.

Thanks!

so does the server expect three channels or one channel or either?

Expected one channel as output