[Bug reporting] Nvidia AIAA model address issue

Hi all

I keep getting this error while I try to use the Nvidia AIAA extension in Slicer.
Failed to fetch models from remote server. Make sure server address is correct and <server_uri>/v1/models is accessible in browser

The model address I used is http://perklabseg.asuscomm.com:5000/v1/models.

I use my phone’s internet so there shouldn’t have a firework problem. I also try the latest version of Slicer which is Slicer-4.13.0-2022-04-26 also not working.

In the end, the problem is just solved by leaving the blank in the server field.
AIAA

I think this is a bug and I wish this can be fixed in the future

Thanks

Everything looks correct and works as expected.

The address of this server is not public information. It is not a secret (can be found in the extension’s source code without encryption), but it is subject to change and in general users should not use this address, but just leave the server address field empty. Where did you find this address? Was there any tutorial that instructed you to type it there?

That said, you can type the address manually and it works well. However, as the error message describes, the address that must be accessible in the browser is <server_uri>/v1/models. In your case this was http://perklabseg.asuscomm.com:5000/v1/models/v1/models. This address was incorrect, because you included v1/models in the server URI. The correct server address is http://perklabseg.asuscomm.com:5000, but again, if you want to use the default Slicer segmentation server then please don’t type the server address but leave the server address field empty.

Also note that developers of NVIDIA-AIAA have changed their focus on working on MONAILabel instead. You can do both training and inference using the MONAILabel extension of Slicer. I would recommend you to try it.

Hi,

Thanks for your reply.

I still cannot get a satisfactory result by using Nvidia AIAA.

I found the default server address http://skull.cs.queensu.ca:8123 in the source code, but it doesn’t work on my browser.

Is there any new server address now?

Thanks for the information about MONAI, I will try it.

The server address you are seeing is very, very old. Please use the current Slicer Stable Release or current Slicer Preview Release.

1 Like

Ok, got it. Thanks for your help.