JCruan519 / VM-UNet

(ARXIV24) This is the official code repository for "VM-UNet: Vision Mamba UNet for Medical Image Segmentation".
Apache License 2.0
517 stars 24 forks source link

dice jaccard #49

Open CollinsCl7 opened 7 months ago

CollinsCl7 commented 7 months ago

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

JCruan519 commented 6 months ago

@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.