Download one checkpoint with its configuration in a common folder, for example
seg_tiny_mask
, then evaluate with:
# single-scale evaluation: python -m segm.eval.miou seg_tiny_mask/checkpoint.pth ade20k --singlescale # multi-scale evaluation: python -m segm.eval.miou seg_tiny_mask/checkpoint.pth ade20k --multiscale