Missing ground truth json file on Preliminary Phase Stenosis Detection Algorithm Submission

Missing ground truth json file on Preliminary Phase Stenosis Detection Algorithm Submission  

  By: shawnjay001 on Sept. 13, 2023, 10:06 a.m.

Dear Organizers,

I submitted my docker image for Preliminary Phase Stenosis Detection Algorithm Submission but it shows the following error:

""FileNotFoundError: [Errno 2] No such file or directory: '/opt/app/ground-truth/ground_truth_segmentation.json'""

But the submission succeeds for the Preliminary Phase Segmentation Detection Algorithm Submission. So I think the ground truth ground_truth_segmentation.json is missing on Preliminary Phase Stenosis Detection Algorithm Submission. Maybe I am wrong. Can you provide any insights ?

 Last edited by: shawnjay001 on Sept. 13, 2023, 2:29 p.m., edited 3 times in total.

Re: Missing ground truth json file on Preliminary Phase Stenosis Detection Algorithm Submission  

  By: shawnjay001 on Sept. 14, 2023, 11:14 a.m.

Maybe in the evaluation function( this is from phase 1), """

def load_json_files(self):

    gt_annotation = open('/opt/app/ground-truth/ground_truth_stenosis.json')#maybe you kept the path as ground_truth_segmentation.json
    gt_annotation = json.load(gt_annotation)
    pred_annotation = open(self.input_path)
    pred_annotation = json.load(pred_annotation)
    return gt_annotation, pred_annotation"""

During the loading of gt_annotation, maybe you kept the path for ground_truth_segmentation.json instead of ground_truth_stenosis.json.

Also, although the deadline for submission has been extended but the submission portal still shows 15 september.

 Last edited by: shawnjay001 on Sept. 14, 2023, 11:15 a.m., edited 2 times in total.

Re: Missing ground truth json file on Preliminary Phase Stenosis Detection Algorithm Submission  

  By: hinrich.rahlfs on Sept. 14, 2023, 2:10 p.m.

We are also encountering the same problem.

Re: Missing ground truth json file on Preliminary Phase Stenosis Detection Algorithm Submission  

  By: abulegenov on Sept. 15, 2023, 1:15 a.m.

Yes, you were right, there was a mistake. Now it has been solved. Please try your algorithms again

Re: Missing ground truth json file on Preliminary Phase Stenosis Detection Algorithm Submission  

  By: inqlee0704 on Sept. 15, 2023, 1:29 a.m.

Thank you for the update. However, as @shawnjay001 mentioned, the deadline for submission has not been updated yet. We would appreciate if you could update the submission deadline in the submission page.

Re: Missing ground truth json file on Preliminary Phase Stenosis Detection Algorithm Submission  

  By: abulegenov on Sept. 15, 2023, 1:50 a.m.

Deadline will be updated today. All participants will be notified also today!