You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "evaluate.py", line 212, in <module
main()
File "evaluate.py", line 189, in main
Check_opt(opts)
File "evaluate.py", line 181, in check_opts
exists(opts.in_path, 'path not found!')
File "srcutils.py", line 26, in exists
assert os.path.exists(p), msg
AssertionError: path not found!
The text was updated successfully, but these errors were encountered:
When I placed the image in the directory where evaluate.py is located and executed the following command, the following error occurred.
I think the path of the command is correct, but what is the possible solution?
please help me,i am just a rookie
Command
Error
The text was updated successfully, but these errors were encountered: