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
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.
I think this is a bug and I wish this can be fixed in the future
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.