Request for logs

Request for logs  

  By: TS_UKE on Sept. 9, 2022, 2:32 a.m.

We tried to hand in our final submission but our container is failing because of an unknown error. We didn't change much from the prelim submission, mostly weights. We checked the container in the Try-out with a 4200 frame video, that processes in 9 minutes.

Container ID: ce7f7701-fccf-4317-9a1d-0b77bd7bac25

We cant spot a problem in the json code.

Re: Request for logs  

  By: rgarcianes-intusurg on Sept. 11, 2022, 3:41 p.m.

Hi @TS_UKE,

This is the output of your algorithm:

Stdout 2022-09-09T01:57:35.969000+00:00 File found: /input/endoscopic-robotic-surgery-video.mp4 2022-09-09T01:57:35.969000+00:00 Video file to be loaded: /input/endoscopic-robotic-surgery-video.mp4 Stderr 2022-09-09T01:57:22.963000+00:00 /opt/conda/lib/python3.10/site-packages/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.8) or chardet (5.0.0)/charset_normalizer (2.0.4) doesn't match a supported version! 2022-09-09T01:57:22.963000+00:00 warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " 2022-09-09T01:57:30.967000+00:00 Could not find an int in the string 'endoscopic-robotic-surgery-video'. 2022-09-09T01:57:52.972000+00:00 2022-09-09T01:57:52.972000+00:00 0%| | 0/57 [00:00<?, ?it/s] 2022-09-09T01:57:52.972000+00:00 2%|▏ | 1/57 [00:01<01:41, 1.80s/it] 2022-09-09T01:57:52.972000+00:00 4%|▎ | 2/57 [00:02<01:17, 1.41s/it] 2022-09-09T01:57:52.972000+00:00 5%|▌ | 3/57 [00:04<01:09, 1.28s/it] 2022-09-09T01:57:52.972000+00:00 7%|▋ | 4/57 [00:05<01:05, 1.23s/it] 2022-09-09T01:57:52.972000+00:00 9%|▉ | 5/57 [00:06<01:01, 1.18s/it] 2022-09-09T01:57:52.973000+00:00 11%|█ | 6/57 [00:07<00:58, 1.15s/it] 2022-09-09T01:57:52.973000+00:00 12%|█▏ | 7/57 [00:08<00:56, 1.13s/it] 2022-09-09T01:57:52.973000+00:00 14%|█▍ | 8/57 [00:09<00:55, 1.13s/it] 2022-09-09T01:57:52.973000+00:00 16%|█▌ | 9/57 [00:10<00:53, 1.12s/it] 2022-09-09T01:57:52.973000+00:00 18%|█▊ | 10/57 [00:11<00:51, 1.10s/it] 2022-09-09T01:57:52.973000+00:00 19%|█▉ | 11/57 [00:12<00:50, 1.10s/it] 2022-09-09T01:57:52.973000+00:00 21%|██ | 12/57 [00:13<00:49, 1.10s/it] 2022-09-09T01:57:52.973000+00:00 23%|██▎ | 13/57 [00:15<00:48, 1.10s/it] 2022-09-09T01:57:52.973000+00:00 25%|██▍ | 14/57 [00:16<00:46, 1.09s/it] 2022-09-09T01:57:52.973000+00:00 25%|██▍ | 14/57 [00:16<00:51, 1.20s/it] 2022-09-09T01:57:52.973000+00:00 Traceback (most recent call last): 2022-09-09T01:57:52.973000+00:00 File "/opt/conda/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2022-09-09T01:57:52.973000+00:00 return _run_code(code, main_globals, None, 2022-09-09T01:57:52.973000+00:00 File "/opt/conda/lib/python3.10/runpy.py", line 86, in _run_code 2022-09-09T01:57:52.973000+00:00 exec(code, run_globals) 2022-09-09T01:57:52.973000+00:00 File "/opt/algorithm/process.py", line 421, in 2022-09-09T01:57:52.973000+00:00 Surgtoolloc_det().process() 2022-09-09T01:57:52.973000+00:00 File "/home/algorithm/.local/lib/python3.10/site-packages/evalutils/evalutils.py", line 183, in process 2022-09-09T01:57:52.973000+00:00 self.process_cases() 2022-09-09T01:57:52.973000+00:00 File "/home/algorithm/.local/lib/python3.10/site-packages/evalutils/evalutils.py", line 191, in process_cases 2022-09-09T01:57:52.973000+00:00 self._case_results.append(self.process_case(idx=idx, case=case)) 2022-09-09T01:57:52.973000+00:00 File "/opt/algorithm/process.py", line 174, in process_case 2022-09-09T01:57:52.973000+00:00 scored_candidates = self.predict(case.path) # video file > load evalutils.py 2022-09-09T01:57:52.973000+00:00 File "/opt/algorithm/process.py", line 353, in predict 2022-09-09T01:57:52.973000+00:00 preds, probas = self.blur_classifier.pred(bboxs=bboxes, image=img, additional_cutout=30) 2022-09-09T01:57:52.973000+00:00 File "/opt/algorithm/clustering.py", line 54, in pred 2022-09-09T01:57:52.973000+00:00 final_preds = [pred for pred, proba in predictions] 2022-09-09T01:57:52.973000+00:00 File "/opt/algorithm/clustering.py", line 54, in 2022-09-09T01:57:52.973000+00:00 final_preds = [pred for pred, proba in predictions] 2022-09-09T01:57:52.973000+00:00 TypeError: cannot unpack non-iterable NoneType object