From 8c85c3654e4ae0a045a990d6f23973bc26d3483c Mon Sep 17 00:00:00 2001 From: Olivier Dulcy <106678676+odulcy-mindee@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:27:03 +0100 Subject: [PATCH] feat: :sparkles: PT fast small checkpoint (#1529) --- doctr/models/detection/fast/pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctr/models/detection/fast/pytorch.py b/doctr/models/detection/fast/pytorch.py index b5d086f9fa..5ac44b1825 100644 --- a/doctr/models/detection/fast/pytorch.py +++ b/doctr/models/detection/fast/pytorch.py @@ -32,7 +32,7 @@ "input_shape": (3, 1024, 1024), "mean": (0.798, 0.785, 0.772), "std": (0.264, 0.2749, 0.287), - "url": None, + "url": "https://doctr-static.mindee.com/models?id=v0.8.1/fast_small-10952cc1.pt&src=0", }, "fast_base": { "input_shape": (3, 1024, 1024),