-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Currently quite a few bundles use
the inverted version of preprocessed original labels as the reference during evaluation:
model-zoo/models/spleen_ct_segmentation/configs/evaluate.json
Lines 12 to 21 in 987f49f
| "_target_": "Invertd", | |
| "keys": [ | |
| "pred", | |
| "label" | |
| ], | |
| "transform": "@validate#preprocessing", | |
| "orig_keys": "image", | |
| "meta_key_postfix": "meta_dict", | |
| "nearest_interp": [ | |
| false, |
which is different from the approach taken in the tutorial using the original label directly during evaluation (https://github.com/Project-MONAI/tutorials/blob/main/3d_segmentation/spleen_segmentation_3d.ipynb)
would be great to consider the standard method used in the tutorial for bundle evaluate.json
(this needs an update as well) https://github.com/Project-MONAI/tutorials/tree/main/bundle/spleen_segmentation)
Nic-Ma and dongyang0122
Metadata
Metadata
Assignees
Labels
No labels
