Hello, kpkreddy,
Thank you for your interest in our challenge, and we appreciate your submission. However, upon reviewing the submission in the backend, we encountered an "AssertionError: Image must be non-zero" error. The specific traceback is as follows:
2023-07-30T09:05:00.539000+00:00 Traceback (most recent call last):
2023-07-30T09:05:00.539000+00:00 File "/opt/algorithm/process.py", line 169, in <module>
2023-07-30T09:05:00.539000+00:00 process_case(filename)
2023-07-30T09:05:00.539000+00:00 File "/opt/algorithm/process.py", line 164, in process_case
2023-07-30T09:05:00.539000+00:00 all_images_predict_landmarks_list = predict(input_path)
2023-07-30T09:05:00.539000+00:00 File "/opt/algorithm/process.py", line 153, in predict
2023-07-30T09:05:00.539000+00:00 predict_landmarks = postprocess_model_prediction(predict_heatmap, processed_image, invTx)
2023-07-30T09:05:00.539000+00:00 File "/opt/algorithm/process.py", line 124, in postprocess_model_prediction
2023-07-30T09:05:00.539000+00:00 mywarpedheatmap.plot()
2023-07-30T09:05:00.539000+00:00 File "/home/algorithm/.local/lib/python3.8/site-packages/ants/viz/plot.py", line 2257, in plot
2023-07-30T09:05:00.539000+00:00 assert image.sum() > 0, "Image must be non-zero"
2023-07-30T09:05:00.539000+00:00 AssertionError: Image must be non-zero
To address this issue, we kindly request you to thoroughly review your code and prioritize testing the algorithm using the "Try-out Algorithm" option on the algorithm page.
Additionally, you may find helpful guidance in the following repository: CL_detection2023_reference_docker. The README file provides detailed instructions for testing.
Thank you for your understanding, and we look forward to your successful participation.