Thank you, Lassoan, for your response!
Sadly, I do not see any message on my python interactor after loading the MONAILabel module.
Confirming the server URL for the TOMAAT also gives an error message as below, and I wonder if this is due to the same reason.
USING HOST IN DIRECT CONNECTION PANE
Execute GET by global HTTPS CERT system
Starting new HTTPS connection (1): localhost
Execute GET UNSAFE
Starting new HTTPS connection (1): localhost
Host is not reachable! (https://localhost:9000/interface)
Thank you Lassoan for your reply!
After your feedback, I went to GitHub link and tried to install the monailabel on my computer using window cmd.
I was able to install the monailabel-weekly outside the slicer. However, an error message pops up when I try to move to the next step.
Following is the script I tried to run and the error message I get.
Sorry for bothering you again, but could you please give me some advice?
Thank you always for your help.
monai and monailabel-weekly(0.4.dev2226) were on the list
I uninstalled the package and tried it again on the Anaconda Powershell Powershell Prompt (Anaconda3) but it gives me following message.
(base) PS C:\Windows\system32> monailabel --help
Using PYTHONPATH=C:\ProgramData;
OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.
@rbumm would you mind uploading these instructions to your project page? Google docs are not indexed by web search services, cannot be found by searching in the ProjectWeeks repository, etc.
@rbumm, I was able to make the monailabel work with the Google doc you provided! I can’t even express how grateful I am for your help!
I think the problem was that I was at my system32 directory, not the user directory.
Also, I tried running the monailabel with docker, which was much more straightforward, just like @muratmaga have mentioned! Thank you!
I’ve mostly used Docker on Linux, but it should also work on Windows.
The first step is to make sure nvidia docker is installed on the computer. Then, by running this command you should be able to start the docker container with MONAI Label installed:
docker run --gpus all --rm -ti --ipc=host --net=host projectmonai/monailabel:latest bash
Everyone can edit the Project Week pages. If you don’t have direct write access then GitHub will offer you to create a pull request for you - just accept that.