NVIDIA/ai-assisted-annotation-client

Failed to communicate to AIAA Server

amberhappy opened this issue · 2 comments

I install NvidiaAIAAClient-1.0.1-win64.exe and run the example.cpp in VS2015(win10),but got the error:
"14:45:50 [ERROR] [curlutils.cpp:83 - doGet()] Host not found: my-aiaa-server.com
nvidia::aiaa::exception => nvidia.aiaa.error.101; description: Failed to communicate to AIAA Server"

And, i am working with MITK, what should i set for server URI?

Thank you very much!

nvidiaAIAAListModels -h
will list u the options..

otherwise you can try:
nvidiaAIAAListModels -server http://my-aiaa-server.com/v1

NvidiaAIAAClient-1.0.1-win64.exe comes with bunch of tools to try.. nvidiaAIAAListModels is one of them to list the models

I am closing the issue (guessing that it's solved in your case; if not then reopen it again)