JCruan519/VM-UNet

dice jaccard

Opened this issue · 1 comments

where can i add jaccard and positive predictive value(PPV) in code to measure the accuracy???

@CollinsCl7
Hello, Jaccard is also known as IoU (Intersection over Union), and PPV is Precision. You can refer to the test_one_epoch function in eggine.py.