efficientvit
efficientvit copied to clipboard
mIoU = {(interaction.sum / union.sum).cpu().mean().item() * 100:.3f}") ZeroDivisionError: division by zero
This error coming while running eval_seg_model on ade20k. How to resolve this error. eval command used: python eval_seg_model.py --path img1.jpg --weight_url l1.pt --dataset ade20k --crop_size 1024 --model l1
I have the same problem. Have you solved it? How did you solve it?
there is something wrong with your path of dataset