jakeret / tf_unet

Generic U-Net Tensorflow implementation for image segmentation
GNU General Public License v3.0
1.9k stars 748 forks source link

what is the difference between jaccard similarity and Intersection over union ? #293

Open alicug opened 4 years ago

alicug commented 4 years ago

what is the difference between jaccard similarity and Intersection over union ? if both are similar then why have different formula ?

Jaccard similarity = AB/A-B+AB

Intersection over union = AB/A+B