Open CollinsCl7 opened 7 months ago
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.
test_one_epoch
eggine.py
where can i add jaccard and positive predictive value(PPV) in code to measure the accuracy???