Should the server have GPU? #761
-
Hi. I'm looking for an annotation tool for our lab, and this looks really promising. The problem is that dedicating a gpu to this tool is not that feasible for us. Since we only use this for labelling images (I don't know about other functionalities of this tool), is having a GPU on the server necessary? Or it only requires the client to have a gpu? I'm a bit puzzled by the documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi @FeryET, thanks for opening this discussion. This is a good question. We recommend having a GPU on the server-side only. This means where MONAI Label is installed. The client-side doesn't need to have a GPU. If having a dedicated GPU for the MONAI Label server isn't possible, you could use MONAI Label for inference only (using CPU) and, in combination with the 3D Slicer manual tools, you could create labels that are later used to train/re-train the model in a GPU based PC. Hope this helps. Please let us know. |
Beta Was this translation helpful? Give feedback.
-
https://docs.monai.io/projects/label/en/latest/installation.html#prerequisites |
Beta Was this translation helpful? Give feedback.
Hi @FeryET, thanks for opening this discussion. This is a good question.
We recommend having a GPU on the server-side only. This means where MONAI Label is installed.
The client-side doesn't need to have a GPU.
If having a dedicated GPU for the MONAI Label server isn't possible, you could use MONAI Label for inference only (using CPU) and, in combination with the 3D Slicer manual tools, you could create labels that are later used to train/re-train the model in a GPU based PC.
Hope this helps. Please let us know.