microsoft / Recursive-Cascaded-Networks

[ICCV 2019] Recursive Cascaded Networks for Unsupervised Medical Image Registration
https://arxiv.org/abs/1907.12353
MIT License
361 stars 87 forks source link

Jacc score #34

Closed oldriver-wang closed 4 years ago

oldriver-wang commented 4 years ago

I am confused about the Jacc score, what dose it mean? the Jacc score $ | seg1 \cap seg2 | / (|seg1 \cup seg2|) $

zsyzzsoft commented 4 years ago

This is a commonly used segmentation metric, and you may google "Jaccard index".