error

error  

  By: Zhangdongovo on Sept. 3, 2024, 2:39 p.m.

Dear organizers, My submission failed with the error message "The algorithm failed on one or more cases." Could you please provide me with the specific details or error logs that appeared during my submission? Thanks in advance.

Re: error  

  By: rgarcianes-intusurg on Sept. 3, 2024, 5:26 p.m.

Dear participant,

This is the output of your algorithm:

  • Stdout
  • 2024-09-02T06:06:26.318000+00:00 ... loading pretrained weights from outputs/surgVU-RN101-cosine-bs32-e50/model_best.pth.tar
  • 2024-09-02T06:06:26.318000+00:00 -------------------- Building Dataset ----------------------
  • 2024-09-02T06:06:26.318000+00:00 DATASET.ROOT =
  • 2024-09-02T06:06:26.318000+00:00 data_split =
  • 2024-09-02T06:06:26.318000+00:00 PARTIAL_PORTION= 1.000001
  • 2024-09-02T06:06:26.318000+00:00 INPUT.SIZE = 224
  • Stderr
  • 2024-09-02T06:06:26.318000+00:00 Traceback (most recent call last):
  • 2024-09-02T06:06:26.318000+00:00 File "/opt/conda/lib/python3.10/runpy.py", line 196, in _run_module_as_main
  • 2024-09-02T06:06:26.318000+00:00 return _run_code(code, main_globals, None,
  • 2024-09-02T06:06:26.318000+00:00 File "/opt/conda/lib/python3.10/runpy.py", line 86, in _run_code
  • 2024-09-02T06:06:26.318000+00:00 exec(code, run_globals)
  • 2024-09-02T06:06:26.318000+00:00 File "/opt/algorithm/process.py", line 255, in
  • 2024-09-02T06:06:26.318000+00:00 Surgtoolloc_det().process()
  • 2024-09-02T06:06:26.318000+00:00 File "/opt/algorithm/process.py", line 111, in init
  • 2024-09-02T06:06:26.318000+00:00 self.model = self.load_model()
  • 2024-09-02T06:06:26.318000+00:00 File "/opt/algorithm/process.py", line 149, in load_model
  • 2024-09-02T06:06:26.319000+00:00 train_dataset = build_dataset(cfg, train_split)
  • 2024-09-02T06:06:26.319000+00:00 File "/opt/algorithm/dataloaders/dataset_builder.py", line 30, in build_dataset
  • 2024-09-02T06:06:26.319000+00:00 return MODEL_TABLE[cfg.DATASET.NAME](cfg.DATASET.ROOT, data_split, img_size,
  • 2024-09-02T06:06:26.319000+00:00 KeyError: ''

Re: error again  

  By: Zhangdongovo on Sept. 4, 2024, 6:38 a.m.

Dear organizers, My submission failed with the error message "The algorithm failed on one or more cases." Could you please provide me with the specific details or error logs that appeared during my submission? Thanks in advance.