Output Format for Algorithm Results ¶
By: Dommi on June 18, 2025, 11:33 a.m.
Hello everyone,
we need to clarify the output format for the algorithm results.
Could you please advise on the following:
-
What data type and value range (0-1, 0-255) should the output image of our algorithm return?
-
Should the output be saved as an image file (e.g., .png), or is it sufficient to return it as a PyTorch/TensorFlow tensor or a NumPy array?
Additionally, it would be extremely helpful if you could upload a short example code snippet demonstrating the exact expected output format. This will ensure everyone understands how to submit their results for evaluation.
Ideally, we would also appreciate a brief example script for the metric evaluation code itself, so we can see how the outputs will be assessed.
Regards,
Dominik