NVIDIA / ai-assisted-annotation-client

Client side integration example source code and libraries for AI-Assisted Annotation SDK
Other
307 stars 64 forks source link

Failed to communicate to AIAA Server #21

Closed amberhappy closed 5 years ago

amberhappy commented 5 years ago

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!

SachidanandAlle commented 5 years ago

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

SachidanandAlle commented 5 years ago

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