Running the template for Docker ¶
By: kabbas5707efb29ff33724134 on July 10, 2023, 1:30 p.m.
Hello, As a first step, I am just running the base template (./test.sh) provided at https://github.com/apepe91/SEGA2023/tree/main/SegaAlgorithm And getting the following error; can anyone help with this, please? I am running it locally with WSL on Windows. A similar issue I found here, https://github.com/DeepMicroscopy/MIDOG_reference_docker/issues/5
segaalgorithm-output-aaf39bf52fdd663bc5ff7159ad0777c0 Traceback (most recent call last): File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/opt/app/process.py", line 72, in Segaalgorithm().process() File "/home/user/.local/lib/python3.8/site-packages/evalutils/evalutils.py", line 181, in process self.load() File "/home/user/.local/lib/python3.8/site-packages/evalutils/evalutils.py", line 123, in load self._cases[key] = self._load_cases( File "/home/user/.local/lib/python3.8/site-packages/evalutils/evalutils.py", line 157, in _load_cases raise FileLoaderError( evalutils.exceptions.FileLoaderError: Could not load any files in /input/images/ct with . cat: /output/results.json: No such file or directory Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in FileNotFoundError: [Errno 2] No such file or directory: '/output/results.json' Expected output was not found... segaalgorithm-output-aaf39bf52fdd663bc5ff7159ad0777c0gorithm-output-aaf39bf52fdd663bc5ff7159ad0777c0