inferno-pytorch / inferno

A utility library around PyTorch
Other
244 stars 41 forks source link

Use adapted rand and voi from skimage.metrics #199

Open constantinpape opened 4 years ago

constantinpape commented 4 years ago

Since 0.16 skimage has metrics, including adapted rand and voi. We should use these implementations in the VoiMetric and ArandMetric instead of the code that was copied from cremi at some point.