brain-mri-siglip / processor_config.json
shenxiaochen's picture
Add files using upload-large-folder tool
8360541 verified
{
"processor_class": "BrainMRISiglipProcessor",
"auto_map": {
"AutoProcessor": "processing_brain_mri_siglip.BrainMRISiglipProcessor"
},
"offline_aligned_preprocessing": {
"path_recipe_mode": "auto",
"path_target_shape": [
128,
192,
192
],
"path_target_spacing": [
1.25,
1.0,
1.0
],
"path_crop_margin_mm": 5.0,
"path_foreground_threshold": 0.001,
"path_background_value": -1.0,
"path_foreground_strategy": "largest_component_nonzero",
"path_generic_recipe_id": "generic_foreground_128x192x192_fp16_v1",
"path_generic_cache_version": 1
}
}