From c6d1f8bfe8590a0b8bdc6a713a1b0d39be2b9163 Mon Sep 17 00:00:00 2001 From: r-blmnr Date: Thu, 22 Apr 2021 08:53:22 +0200 Subject: [PATCH] related to issue 2799 --- utils/google_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/google_utils.py b/utils/google_utils.py index 0a7ca3b896d6..db36fa9d6822 100644 --- a/utils/google_utils.py +++ b/utils/google_utils.py @@ -18,7 +18,7 @@ def gsutil_getsize(url=''): def attempt_download(file, repo='ultralytics/yolov5'): # Attempt file download if does not exist - file = Path(str(file).strip().replace("'", '').lower()) + file = Path(str(file).strip().replace("'", '')) if not file.exists(): try: