Skip to main content

run_hd_bet

Function run_hd_bet 

Source
fn run_hd_bet(
    magnitude: &[f64],
    grid: &Grid,
    params: &HdBetParams,
) -> Result<Vec<u8>, PipelineError>
Expand description

Source the HD-BET weights and run it. Requires the onnx feature; weights come from the model registry (local $QSM_MODEL_DIR/cache, or the download feature).