You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inferenceDelay: 100,// Delay in ms time while looping layers applying.
377
377
description:
378
378
'FreeSurfer aparc+aseg atlas 104 parcellate brain areas into 104 regions. It contains a combination of the Desikan-Killiany atlas for cortical area and also segmentation of subcortical regions. The model use sequential convolution for inference to overcome browser memory limitations but leads to longer computation time. '
preModelId: null,// Model run first e.g. crop the brain { null, 1, 2, .. }
386
+
preModelPostProcess: false,// If true, perform postprocessing to remove noisy regions after preModel inference generate output.
387
+
isBatchOverlapEnable: false,// create extra overlap batches for inference
388
+
numOverlapBatches: 0,// Number of extra overlap batches for inference
389
+
enableTranspose: true,// Keras and tfjs input orientation may need a tranposing step to be matched
390
+
enableCrop: true,// For speed-up inference, crop brain from background before feeding to inference model to lower memory use.
391
+
cropPadding: 0,// Padding size add to cropped brain
392
+
autoThreshold: 0,// Threshold between 0 and 1, given no preModel and tensor is normalized either min-max or by quantiles. Will remove noisy voxels around brain
393
+
enableQuantileNorm: false,// Some models needs Quantile Normaliztion.
394
+
filterOutWithPreMask: false,// Can be used to multiply final output with premodel output mask to crean noisy areas
395
+
enableSeqConv: false,// For low memory system and low configuration, enable sequential convolution instead of last layer
396
+
textureSize: 0,// Requested Texture size for the model, if unknown can be 0.
397
+
warning:
398
+
"This model may need dedicated graphics card. For more info please check with Browser Resources <i class='fa fa-cogs'></i>.",
399
+
inferenceDelay: 100,// Delay in ms time while looping layers applying.
400
+
description:
401
+
'Extract the brain high accuracy model operates on full T1 image in a single pass, but uses only 11 filters per layer. Can work on dedicated graphics cards. Still more accurate than the fast version.'
preModelId: null,// Model run first e.g. crop the brain { null, 1, 2, .. }
409
+
preModelPostProcess: false,// If true, perform postprocessing to remove noisy regions after preModel inference generate output.
410
+
isBatchOverlapEnable: false,// create extra overlap batches for inference
411
+
numOverlapBatches: 0,// Number of extra overlap batches for inference
412
+
enableTranspose: true,// Keras and tfjs input orientation may need a tranposing step to be matched
413
+
enableCrop: true,// For speed-up inference, crop brain from background before feeding to inference model to lower memory use.
414
+
cropPadding: 0,// Padding size add to cropped brain
415
+
autoThreshold: 0,// Threshold between 0 and 1, given no preModel and tensor is normalized either min-max or by quantiles. Will remove noisy voxels around brain
416
+
enableQuantileNorm: false,// Some models needs Quantile Normaliztion.
417
+
filterOutWithPreMask: false,// Can be used to multiply final output with premodel output mask to crean noisy areas
418
+
enableSeqConv: true,// For low memory system and low configuration, enable sequential convolution instead of last layer
419
+
textureSize: 0,// Requested Texture size for the model, if unknown can be 0.
420
+
warning:
421
+
"This model may need dedicated graphics card. For more info please check with Browser Resources <i class='fa fa-cogs'></i>.",
422
+
inferenceDelay: 100,// Delay in ms time while looping layers applying.
423
+
description:
424
+
'Extract the brain high accuracy model operates on image in a single pass, but uses only 11 filters per layer. Can work on dedicated graphics cards. Still more accurate than the fast version.'
0 commit comments