JCruan519 / VM-UNet

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

dice jaccard #49

Open CollinsCl7 opened 2 months ago

CollinsCl7 commented 2 months ago

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

JCruan519 commented 1 month 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.