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
Traceback (most recent call last):
File "/home/anaconda3/envs/regionclip/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/anaconda3/envs/regionclip/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/__main__.py", line 39, in <module>
cli.main()
File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 430, in main
run()
File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 284, in run_file
runpy.run_path(target, run_name="__main__")
File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 321, in run_path
return _run_module_code(code, init_globals, run_name,
File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 135, in _run_module_code
_run_code(code, mod_globals, init_globals,
File "/home/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 124, in _run_code
exec(code, run_globals)
File "/home/Projects/Grounding-DINO-1.5-API/test_img.py", line 29, in <module>
client.run_task(task)
File "/home/anaconda3/envs/regionclip/lib/python3.9/site-packages/dds_cloudapi_sdk/client.py", line 114, in run_task
return task.run(self.config)
File "/home/anaconda3/envs/regionclip/lib/python3.9/site-packages/dds_cloudapi_sdk/tasks/base.py", line 124, in run
self.wait()
File "/home/anaconda3/envs/regionclip/lib/python3.9/site-packages/dds_cloudapi_sdk/tasks/base.py", line 119, in wait
raise RuntimeError(f"{self} is failed, error: {self.error}")
RuntimeError: IVPTask[90f2a79e-1bd4-4717-bd5f-7b3b48f133d7] is failed, error:
Could you help me solve it? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I have requested the tokens and try the demo in this url: https://cloudapi-sdk.deepdataspace.com/
And I met the following error:
Could you help me solve it? Thanks!
The text was updated successfully, but these errors were encountered: