From 65e7888eeb473dfc9632c347b8976481b1761daa Mon Sep 17 00:00:00 2001 From: Felix Dittrich Date: Mon, 6 May 2024 17:55:07 +0200 Subject: [PATCH] Update doctr/models/detection/fast/tensorflow.py Co-authored-by: Olivier Dulcy <106678676+odulcy-mindee@users.noreply.github.com> --- doctr/models/detection/fast/tensorflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctr/models/detection/fast/tensorflow.py b/doctr/models/detection/fast/tensorflow.py index fe6fe83ca4..69998a2303 100644 --- a/doctr/models/detection/fast/tensorflow.py +++ b/doctr/models/detection/fast/tensorflow.py @@ -41,7 +41,7 @@ "input_shape": (1024, 1024, 3), "mean": (0.798, 0.785, 0.772), "std": (0.264, 0.2749, 0.287), - "url": "https://github.com/mindee/doctr/releases/download/v0.8.1/fast_base-255e2ac3.zip", + "url": "https://doctr-static.mindee.com/models?id=v0.8.1/fast_base-255e2ac3.zip&src=0", }, }