I'm fairly certain this must be available somewhere, but I can't seem to find a way to identify the name of each masks after using the example
inferer = LMInferer(modelname="LTRCLobes")
result = inferer.apply(input_image)
result seems to be the ndarray, and I'm not sure how to obtain what ROI name is associated for each mask value. Is this hardcoded somewhere, or available within the inferer class?
Hello there,
I'm fairly certain this must be available somewhere, but I can't seem to find a way to identify the name of each masks after using the example
result
seems to be the ndarray, and I'm not sure how to obtain what ROI name is associated for each mask value. Is this hardcoded somewhere, or available within the inferer class?