File size: 919 Bytes
246edc1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | {
"model_name": "ld_aff_unet_setup_48",
"model_type": "UNet",
"framework": "torch",
"spatial_dims": 3,
"in_channels": 1,
"out_channels": 3,
"iteration": 380000,
"input_voxel_size": [
16,
16,
16
],
"output_voxel_size": [
16,
16,
16
],
"channels_names": [
"ld_aff_1",
"ld_aff_2",
"ld_aff_3"
],
"input_shape": [
178,
178,
178
],
"output_shape": [
56,
56,
56
],
"inference_input_shape": [
378,
378,
378
],
"inference_output_shape": [
256,
256,
256
],
"author": "Marwan Zouinkhi",
"description": "Generalist affinities for lipids segmentation using a UNet architecture trained on setup 48 with 380k iterations.",
"version": "1.0.0",
"format_version": "1"
} |