File size: 237 Bytes
4e18454
 
13ee8c5
4e18454
 
1
2
3
4
5
6


def run_model(input_path, model_name):
    from livermask.utils.run import run_analysis
    run_analysis(cpu=True, extension='.nii', path=input_path, output='prediction', verbose=True, vessels=False, name=model_name, mp_enabled=False)