Luc Frachon

Results 1 issues of Luc Frachon

I am trying to validate FastSAM. So I do: model = FastSAM('FastSAM-x.pt') results = model.val(data='coco8-seg.yaml') But I'm getting the following error: 68 args = get_cfg(cfg=DEFAULT_CFG, overrides=overrides) 69 args.imgsz = check_imgsz(args.imgsz,...