Evaluation failed

Evaluation failed  

  By: taehee on Aug. 22, 2022, 12:43 p.m.

I submitted my nodule detection algorithm, but it failed (TypeError: 'NoneType' object is not subscriptable).

It worked successfully on my own local server test using "test.sh" and also "Try Out Algorithm".

It is hard to predict the reason of error without logs. Can you show me some error logs?

Thank you.

Best Regards, Taehee Kim

Re: Evaluation failed  

  By: keelinm on Sept. 9, 2022, 8:12 a.m.

Hi, Sorry for the delay in responding, I missed this message. The trace is below. Best Regards, Keelin

2022-08-22T11:55:58.745000+00:00 Traceback (most recent call last): 2022-08-22T11:55:58.746000+00:00 File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main 2022-08-22T11:55:58.746000+00:00 "main", mod_spec) 2022-08-22T11:55:58.746000+00:00 File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code 2022-08-22T11:55:58.746000+00:00 exec(code, run_globals) 2022-08-22T11:55:58.746000+00:00 File "/opt/evaluation/evaluation.py", line 72, in 2022-08-22T11:55:58.746000+00:00 Evaluation_detection().evaluate() 2022-08-22T11:55:58.746000+00:00 File "/opt/evaluation/evaluation.py", line 16, in init 2022-08-22T11:55:58.746000+00:00 self.predictions = self.loader.load('/input/predictions.json' if execute_in_docker else './test/predictions.json') 2022-08-22T11:55:58.746000+00:00 File "/opt/evaluation/jsonloader.py", line 26, in load 2022-08-22T11:55:58.746000+00:00 for i in outp["value"]["boxes"]: 2022-08-22T11:55:58.746000+00:00 TypeError: 'NoneType' object is not subscriptable