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
python3 demo/demo.py --token 5d4f85fe41b58a6f8a388f9aef5832f2
Traceback (most recent call last):
File "/data/repo/Grounding-DINO-1.5-API/demo/demo.py", line 24, in
results = gdino.inference(prompts)
File "/data/repo/Grounding-DINO-1.5-API/gdino/model_wrapper.py", line 55, in inference
self.client.run_task(task)
File "/data/miniconda3/envs/osworld/lib/python3.10/site-packages/dds_cloudapi_sdk/client.py", line 114, in run_task
return task.run(self.config)
File "/data/miniconda3/envs/osworld/lib/python3.10/site-packages/dds_cloudapi_sdk/tasks/base.py", line 123, in run
self.trigger(config)
File "/data/miniconda3/envs/osworld/lib/python3.10/site-packages/dds_cloudapi_sdk/tasks/base.py", line 79, in trigger
raise RuntimeError(f"Failed to trigger {self}, error: {rsp_json['msg']}")
RuntimeError: Failed to trigger DetectionTask[None], error: Resource Not Found. API docs: https://cloud.deepdataspace.com/docs