Issue with running test.sh ¶
By: juseonghan on Sept. 10, 2023, 9:34 p.m.
After running bash test.sh
, I get the following error:
evalutils.exceptions.FileLoaderError: Could not load any files in test with <__main__.VideoLoader object at 0x7ff73dfc4040>.
cat: /output/results.json: No such file or directory
Expecting value: line 1 column 1 (char 0)
test.sh: line 28: python:3.9-slim: command not found
Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "<string>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/output/surgical-tools.json'
Expected output was not found...
surgtoolloc_det-output-49b063618e046569599e4efdcdb9905c
Can anyone help me with this? I'm unsure how to debug this.