Peter Ersts

Results 1 issues of Peter Ersts

Based on this [recompute_scale_factor discussion](https://github.com/ultralytics/yolov5/issues/5499) and [update](https://github.com/ultralytics/yolov5/pull/6932/files) that followed, would it not be possible to patch the base MD models by doing the following? ``` import torch ckpt = torch.load('md_v5a.0.0.pt')...