Pytorch-UNet
Pytorch-UNet copied to clipboard
Calculating MIOU on the evaluation set
Is there a way we could calculate MIOU on the validation set set at the time of training? Thanks in advance!
Hi, yes you can modify evaluate.py to add your MIOU computation and log it from there
have you resolved it?