In case you would like to get the error logs for your submission to cat 2 final phase, here they are:
2024-09-15T20:18:03.062000+00:00 Could not find an int in the string 'endoscopic-robotic-surgery-video'.
2024-09-15T20:37:08.331000+00:00 Traceback (most recent call last):
2024-09-15T20:37:08.331000+00:00 File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
2024-09-15T20:37:08.331000+00:00 return _run_code(code, main_globals, None,
2024-09-15T20:37:08.331000+00:00 File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
2024-09-15T20:37:08.332000+00:00 exec(code, run_globals)
2024-09-15T20:37:08.332000+00:00 File "/opt/algorithm/process.py", line 329, in
2024-09-15T20:37:08.332000+00:00 SurgVU_classify().process()
2024-09-15T20:37:08.332000+00:00 File "/home/algorithm/.local/lib/python3.8/site-packages/evalutils/evalutils.py", line 184, in process
2024-09-15T20:37:08.332000+00:00 self.save()
2024-09-15T20:37:08.332000+00:00 File "/opt/algorithm/process.py", line 230, in save
2024-09-15T20:37:08.332000+00:00 json.dump(self._case_results[0], f)
2024-09-15T20:37:08.332000+00:00 File "/usr/local/lib/python3.8/json/init.py", line 179, in dump
2024-09-15T20:37:08.332000+00:00 for chunk in iterable:
2024-09-15T20:37:08.332000+00:00 File "/usr/local/lib/python3.8/json/encoder.py", line 431, in _iterencode
2024-09-15T20:37:08.332000+00:00 yield from _iterencode_dict(o, _current_indent_level)
2024-09-15T20:37:08.332000+00:00 File "/usr/local/lib/python3.8/json/encoder.py", line 405, in _iterencode_dict
2024-09-15T20:37:08.332000+00:00 yield from chunks
2024-09-15T20:37:08.332000+00:00 File "/usr/local/lib/python3.8/json/encoder.py", line 325, in _iterencode_list
2024-09-15T20:37:08.332000+00:00 yield from chunks
2024-09-15T20:37:08.332000+00:00 File "/usr/local/lib/python3.8/json/encoder.py", line 405, in _iterencode_dict
2024-09-15T20:37:08.332000+00:00 yield from chunks
2024-09-15T20:37:08.332000+00:00 File "/usr/local/lib/python3.8/json/encoder.py", line 438, in _iterencode
2024-09-15T20:37:08.332000+00:00 o = _default(o)
2024-09-15T20:37:08.332000+00:00 File "/usr/local/lib/python3.8/json/encoder.py", line 179, in default
2024-09-15T20:37:08.332000+00:00 raise TypeError(f'Object of type {o.class.name} '
2024-09-15T20:37:08.332000+00:00 TypeError: Object of type ndarray is not JSON serializable