ZFTurbo / segmentation_models_3D

Set of models for segmentation of 3D volumes
MIT License
125 stars 26 forks source link

Haussdorf Distance percentile 95 #17

Open CarlosNacher opened 2 years ago

CarlosNacher commented 2 years ago

Hi ZFTurbo,

Do you have plains of implement HDF95 distance for evaluate models? Or, do you know some repo that has it implemented? I need it but I don't have time to think about how to implement it myself :( If you know, please help!

Thank you in advance!

ZFTurbo commented 2 years ago

What is HDF95?

CarlosNacher commented 2 years ago

HD95 sorry. It means Hausdorff Distance (percentile 95).WikiPedia Link In medpy library it is implemented, but I don’t know how to use as Keras metric.