diff --git a/models/common.py b/models/common.py index 457d6bda2..15ee77d06 100644 --- a/models/common.py +++ b/models/common.py @@ -659,8 +659,6 @@ class DetectMultiBackend(nn.Module): from export import export_formats from utils.downloads import is_url sf = list(export_formats().Suffix) # export suffixes - if not is_url(p, check=False): - check_suffix(p, sf) # checks url = urlparse(p) # if url may be Triton inference server types = [s in Path(p).name for s in sf] types[8] &= not types[9] # tflite &= not edgetpu