LungTumorMask / demo /src /compute.py
andreped's picture
Fixed demo + added demo README + new Dockerfile
74ebf3e
raw
history blame
No virus
171 Bytes
def run_model(input_path):
from lungtumormask import mask
mask.mask(input_path, "./prediction.nii.gz", lung_filter=True, threshold=0.5, radius=1, batch_size=1)