How to segment brain tumor in offline enviroment?

should i buld a monai label server local?
or there is another way to do these work?

If you don’t need any GUI (the segmentation is always good enough) using MONAILabel then yes, all you need is to set up the server and use its REST API.

1 Like

thank you very much lassoan
use REST API is enough for me . i want to package the monaillabel with slicer,is there a extension to start monailabel server? or it need to write custom codes to do the work?